Skip to main content
GET https://cms.thepublive.com/publisher/{publisher_id}/category/ Returns a paginated list of all categories.

Headers

NameTypeRequiredDescription
usernamestringYesAPI Key
passwordstringYesAPI Secret

Query Parameters

NameTypeDefaultDescription
pageinteger1Page number (max: 1000)
limitinteger10Items per page (max: 50)
{
  "count": 477,
  "next": "https://cms.thepublive.com/publisher/123/category/?page=2&limit=10",
  "previous": null,
  "results": [
    {
      "id": 14428,
      "name": "News",
      "english_name": "News",
      "slug": "news",
      "absolute_url": "/news",
      "parent_category": null,
      "category_brand_color": "#EF4444",
      "content": "",
      "meta_title": "",
      "meta_description": "",
      "content_type": null
    }
  ]
}