curl --request GET \ --url https://sandbox-api.violet.io/v1/catalog/categories/{id}
{ "id": "<string>", "name": "<string>", "slug": "<string>", "parent_id": "<string>", "depth": 123 }
Retrieve a specific Category given the category_id.
Category
category_id
Product Category
Category Name
Category Slug
Category Depth
Parent ID
Was this page helpful?