Hive API Docs
API Reference

Categories API

Endpoint reference for workspace categories

Endpoint

GET /categories

Example

curl "https://api.hivecms.online/api/public/v1/{API_KEY}/categories"

Response shape

{
  "data": [
    { "name": "Product", "slug": "product" }
  ]
}

Errors

  • 401 invalid API key
  • 500 server/internal error

On this page