Skip to main content
GET
/
v2
/
api-keys
/
capabilities
Core - List capability catalog
curl --request GET \
  --url 'https://api.orq.ai/v2/api-keys/capabilities' \
  --header 'Authorization: Bearer $ORQ_API_KEY'
{
  "domains": [
    {
      "id": "<string>",
      "display_name": "<string>",
      "group": 123,
      "allowed_scopes": [
        123
      ],
      "readable": true,
      "writable": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

domains
object[]
required

Full capability catalog. Order is stable: workspace-admin first, then platform, then gateway.