Active categories
GET
/api/integration/catalog/categoriesRequest
cURL
curl -X GET "https://dev.integration.cl.sodtrack-shared.sodtrack.com/api/integration/catalog/categories" \
-H "Authorization: Bearer $SODTRACK_TOKEN" \
-H "origin: <your-origin>"Base URL: https://dev.integration.cl.sodtrack-shared.sodtrack.com · other environments
Headers
| Name | Type | Description |
|---|---|---|
origin | string | — |
Responses
Active categories
[
{
"id": 98,
"name": "Assembly",
"active": true
},
{
"id": 103,
"name": "Cortinas Roller",
"active": true
},
{
"id": 101,
"name": "Pisos",
"active": true
}
]Error responses for this endpoint follow the shared error reference.