# Requests API

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

Version: 1.0

## Servers

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

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

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

## Security

### oauth2

Type: oauth2

## Download OpenAPI description

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

## Other

### Get Requests

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

### Add Request

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

### Get Requests Filtered

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

### Get Request

 - [GET /{requestId}](https://developer.hyperproof.app/hyperproof-api/requests/requests.openapi/other/get-request.md)

### Update Request

 - [PATCH /{requestId}](https://developer.hyperproof.app/hyperproof-api/requests/requests.openapi/other/update-request.md)

### Update Request Controls

 - [PATCH /{requestId}/controls](https://developer.hyperproof.app/hyperproof-api/requests/requests.openapi/other/update-request-controls.md)

### Update Request Labels

 - [PATCH /{requestId}/labels](https://developer.hyperproof.app/hyperproof-api/requests/requests.openapi/other/update-request-labels.md)

### Add Request Prooflink

 - [POST /{requestId}/prooflink](https://developer.hyperproof.app/hyperproof-api/requests/requests.openapi/other/add-request-prooflink.md)

### Get Request Comments

 - [GET /{requestId}/comments](https://developer.hyperproof.app/hyperproof-api/requests/requests.openapi/other/get-request-comments.md)

### Add Request Comment

 - [POST /{requestId}/comments](https://developer.hyperproof.app/hyperproof-api/requests/requests.openapi/other/add-request-comment.md)

