Fetch all tags
curl --request GET \
--url https://cms.thepublive.com/publisher/{publisher_id}/tag/ \
--header 'Authorization: Basic <encoded-value>'{
"count": 112118,
"next": "https://cms.thepublive.com/publisher/123/tag/?page=2&limit=10",
"previous": null,
"results": [
{
"id": 500,
"name": "Breaking News",
"english_name": "Breaking News",
"slug": "breaking-news",
"absolute_url": "/tag/breaking-news",
"meta_title": "",
"meta_description": ""
}
]
}
{
"count": 112118,
"next": "https://cms.thepublive.com/publisher/123/tag/?page=2&limit=10",
"previous": null,
"results": [
{
"id": 500,
"name": "Breaking News",
"english_name": "Breaking News",
"slug": "breaking-news",
"absolute_url": "/tag/breaking-news",
"meta_title": "",
"meta_description": ""
}
]
}
Was this page helpful?
curl --request GET \
--url https://cms.thepublive.com/publisher/{publisher_id}/tag/ \
--header 'Authorization: Basic <encoded-value>'{
"count": 112118,
"next": "https://cms.thepublive.com/publisher/123/tag/?page=2&limit=10",
"previous": null,
"results": [
{
"id": 500,
"name": "Breaking News",
"english_name": "Breaking News",
"slug": "breaking-news",
"absolute_url": "/tag/breaking-news",
"meta_title": "",
"meta_description": ""
}
]
}