Skip to main content
GET
/
api-keys
/
scopes
cURL
curl --request GET \
  --url https://api.useanima.sh/v1/api-keys/scopes \
  --header 'Authorization: Bearer <token>'
{
  "wildcard": "<unknown>",
  "scopes": [
    {
      "description": "<string>",
      "group": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Response

200 - application/json

OK

Full catalogue of scopes available for API keys

wildcard
any
required

The wildcard scope identifier ('*') that grants full access

scopes
object[]
required

All scopes a customer can grant to an API key, ordered by group