Zum Hauptinhalt springen
GET
/
categories
/
{categoryId}
Get category by ID
curl --request GET \
  --url https://dashboard.scango.ch/api/v1/categories/{categoryId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "cat_01",
    "name": "Beverages",
    "description": ""
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.scango.ch/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

categoryId
string
erforderlich

ID of the category to retrieve

Antwort

200 - application/json

Category details

data
object