Miracle Docs
Risk config

Get risk configuration for current tenant

GET
/v1/admin/risk-config
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api.miracle.com/v1/admin/risk-config"
{
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
    "allowBelow": 100,
    "reviewAbove": 100,
    "rejectAbove": 100,
    "force3dsAbove": 100,
    "failureMode": "fail_open",
    "timeoutMs": 0,
    "createdAt": "string",
    "updatedAt": "string",
    "deletedAt": null
  }
}

On this page