List categories
All product categories with featured product counts. Use the slug values for filtering in other endpoints.
get/categories
Response
OK
Example response
{
"data": [
{
"slug": "gadgets",
"name": "Innovative Gadgets",
"product_count": 4231
}
]
}