Skip to main content
GET
/
v1
/
controls
/
organizations
Get current organization control
curl --request GET \
  --url https://api.anthid.com/v1/controls/organizations
{
  "created_at": "2023-11-07T05:31:56Z",
  "manually_disabled": true,
  "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "updated_at": "2023-11-07T05:31:56Z",
  "version": 123,
  "manual_reason": "<string>"
}

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.

Response

Current organization control found

created_at
string<date-time>
required
manually_disabled
boolean
required
organization_id
string<uuid>
required
updated_at
string<date-time>
required
version
integer<int64>
required
manual_reason
string | null