Retrieve a single category by ID
curl --request GET \
--url https://cms.thepublive.com/publisher/{publisher_id}/category/{id}/ \
--header 'Authorization: Basic <encoded-value>'{
"id": 14428,
"name": "News",
"english_name": "News",
"slug": "news",
"absolute_url": "/news",
"parent_category": null,
"category_brand_color": "#EF4444",
"content": "<p>Latest news and updates</p>",
"meta_title": "News - My Publication",
"meta_description": "Latest news and breaking stories",
"content_type": null
}
{
"id": 14428,
"name": "News",
"english_name": "News",
"slug": "news",
"absolute_url": "/news",
"parent_category": null,
"category_brand_color": "#EF4444",
"content": "<p>Latest news and updates</p>",
"meta_title": "News - My Publication",
"meta_description": "Latest news and breaking stories",
"content_type": null
}
Was this page helpful?
curl --request GET \
--url https://cms.thepublive.com/publisher/{publisher_id}/category/{id}/ \
--header 'Authorization: Basic <encoded-value>'{
"id": 14428,
"name": "News",
"english_name": "News",
"slug": "news",
"absolute_url": "/news",
"parent_category": null,
"category_brand_color": "#EF4444",
"content": "<p>Latest news and updates</p>",
"meta_title": "News - My Publication",
"meta_description": "Latest news and breaking stories",
"content_type": null
}