Skip to main content
GET
/
api
/
api-keys
/
scopes
List Available Scopes
curl --request GET \
  --url https://api.example.com/api/api-keys/scopes \
  --header 'Authorization: Bearer <token>'
{
  "scopes": [
    {
      "value": "<string>",
      "label": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Cookies

antidote_session
string | null

Response

Successful Response

List of available API key scopes.

scopes
ApiKeyScopeInfo · object[]
required