Get Category Tree
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/catalog/categories/{id}/tree HTTP/1.1
Host: sandbox-api.violet.io
X-Violet-Token: text
X-Violet-App-Secret: text
X-Violet-App-Id: 1
Accept: */*
[
{
"id": "text",
"name": "text",
"slug": "text",
"parent_id": "text",
"depth": 1
}
]