API Reference
Categories API
Endpoint reference for workspace categories
Endpoint
GET /categoriesExample
curl "https://api.hivecms.online/api/public/v1/{API_KEY}/categories"Response shape
{
"data": [
{ "name": "Product", "slug": "product" }
]
}Errors
401invalid API key500server/internal error