Skip to main content
POST
/
v1
/
controls
/
evaluate
Evaluate controls
curl --request POST \
  --url https://api.anthid.com/v1/controls/evaluate \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "symbol": "<string>"
}
'
{
  "allowed": true,
  "triggered": [
    {
      "reason": "<string>",
      "scope": {
        "Organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.anthid.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-organization-id
string<uuid> | null

Organization id required when evaluating with service-account credentials

Body

application/json

Optional account and symbol context for account-level and symbol-level checks

account_id
string<uuid>
required
symbol
string | null

Response

Control evaluation result

allowed
boolean
required
triggered
object[]
required