cURL
curl --request GET \ --url https://dashboard.scango.ch/api/v1/categories/{categoryId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "cat_01", "name": "Beverages", "description": "" } }
Details einer spezifischen Kategorie abrufen
Documentation IndexFetch the complete documentation index at: https://developers.scango.ch/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.scango.ch/llms.txt
Use this file to discover all available pages before exploring further.
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
Show child attributes
War diese Seite hilfreich?