# Risks API

Provides access to the risks that are part of a Hyperproof organization.

Version: 1.0

## Servers

Hyperproof US
```
https://api.hyperproof.app/v1/risks
```

Hyperproof Gov
```
https://api.hyperproofgov.app/v1/risks
```

Hyperproof EU
```
https://api.hyperproof.eu/v1/risks
```

## Security

### oauth2

Type: oauth2

## Download OpenAPI description

[Risks API](https://developer.hyperproof.app/_bundle/hyperproof-api/risks/risks.openapi.yaml)

## Other

### Get Risks

 - [GET /](https://developer.hyperproof.app/hyperproof-api/risks/risks.openapi/other/get-risks.md): GET /

#### Description

Retrieves details of all risks within an organization, including their descriptions, categories, likelihoods, and impacts. Note that only active risks are returned.

### Add Risk

 - [POST /](https://developer.hyperproof.app/hyperproof-api/risks/risks.openapi/other/add-risk.md): POST /

#### Description

Creates a new risk within an organization, capturing details such as title, description, category, and severity for risk management.

### Get Risks Filtered

 - [PUT /filter](https://developer.hyperproof.app/hyperproof-api/risks/risks.openapi/other/get-risks-filtered.md): PUT /risks/filter

#### Description

Retrieves a list of risks that match the specified filter criteria, such as category, status, likelihood, or owner.

### Get Risk

 - [GET /{riskId}](https://developer.hyperproof.app/hyperproof-api/risks/risks.openapi/other/get-risk.md): GET /{riskId}

#### Description

Retrieves details of a specific risk in an organization by its ID, including its description, category, likelihood, and impact.

### Update Risk

 - [PATCH /{riskId}](https://developer.hyperproof.app/hyperproof-api/risks/risks.openapi/other/patch-risk.md): PATCH /{riskId}

#### Description

Updates an existing risk with new values, allowing modifications to its attributes such as description, status, likelihood, or impact.

