English
cURL
curl --request GET \ --url https://dashboard.scango.ch/api/v1/categories/{categoryId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>" } }
Get details of a specific category
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the category to retrieve
Category details
The response is of type object.
object
Was this page helpful?