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
Was this page helpful?