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

Documentation Index

Fetch the complete documentation index at: https://docs.orq.ai/llms.txt

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

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[]

Full capability catalog. Order is stable: workspace-admin first, then platform, then gateway. Within a group, entries are sorted alphabetically by display_name.