GET https://cds.thepublive.com/publisher/{publisher_id}/categories/
Returns a paginated list of all categories with their hierarchical structure.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | API Key |
| password | string | Yes | API Secret |
Query Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| page | integer | 1 | Page number (max: 1000) |
| limit | integer | 10 | Items per page (max: 50) |
Response Fields
Each category contains:| Field | Type | Description |
|---|---|---|
id | integer | Unique category identifier |
name | string | Category name |
slug | string | URL-friendly slug |
parent_category | object/null | Parent category details (if nested) |
category_brand_color | string/null | Brand color (hex) |
absolute_url | string | Full public URL path |
- 200: OK