Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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": "" } ] }
Fetch all tags
Was this page helpful?