cURL
curl --request GET \ --url https://api.example.com/api/core/context-categories/{context_category_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "stack_order": 123, "scope": { "type": "org", "scope_id": "<string>" } }
Bearer token authentication. Format: 'Bearer '
Successful Response
Show child attributes
Was this page helpful?