# Read the integration's risk-classification cutpoints

**GET /v1/settings/risk-thresholds**



## Servers
- https://stg-api.isnotai.com
- https://stg-api-eu.isnotai.com

## Authentication methods
- bearer_auth


## Responses
### 200
Payload of RiskThresholdsResponse

Response body (application/json):
- **data** (object)
  - **thresholds** (object)
    - **mediumAt** (integer(int32))
    - **botAt** (integer(int32))
  - **updatedAt** (string(date-time))
  - **updatedBy** (string)

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

