---
title: "Get organization risk configuration"
method: GET
path: "/v0/platform/organization/configuration/risk-exposure"
tags: ["Organization Risk Config"]
---

# Get organization risk configuration

`GET /v0/platform/organization/configuration/risk-exposure`

Returns your organization's current risk exposure settings, including category risk scores and verdict thresholds.

## Response `200`

Success

- OrganizationRiskConfigView — Your organization's risk exposure settings, including category risk scores and verdict thresholds.
  - `categories` OrganizationCategoryRiskView[], required — The risk score configuration for each exposure category.
    - `category` string, required — The exposure category name, such as sanctioned_entity, stolen_funds, or mixer.
    - `default_risk_score` number, required — Scores at or above this value contribute to this category's risk. Platform default, set by Blockaid.
    - `override_risk_score` number, nullable, required — Your organization's custom risk score for this category. Overrides the platform default when set, or null to use the default.
  - `verdicts` VerdictThresholdView[], required — The score thresholds that determine each verdict level.
    - `level` 'warning' | 'high_risk' | 'malicious', required — The verdict level this threshold applies to. benign is excluded as it is the implicit default below warning.
    - `default_threshold` number, required — The minimum aggregate score at which this verdict is applied, as set by Blockaid.
    - `override_threshold` number, nullable, required — Your organization's custom minimum score for this verdict. Overrides the platform default when set, or null to use the default.

---

[API](https://skmtc.net/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.net/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/revisions/17c41f337b2e/schema)
