cURL
curl --request GET \ --url http://localhost:8000/api/v1/ticketing/collections/{collection_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "parent_id": "<string>", "type": "<string>", "name": "<string>", "description": "<string>", "updated_at": "<string>", "created_at": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Include raw response. When you want more data from the source
Show child attributes