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