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