Skip to main content
GET
/
api
/
core
/
context-categories
List all Context Categories
curl --request GET \
  --url https://api.example.com/api/core/context-categories \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "stack_order": 123,
    "scope": {
      "type": "org",
      "scope_id": "<string>"
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

id
string
required
name
string
required
stack_order
integer
required
scope
ContextScope · object
required