Fetch a list of all tags
cURL
curl --request GET \ --url https://cds.thepublive.com/publisher/{publisher_id}/tags/ \ --header 'Authorization: Basic <encoded-value>'
{ "status": "ok", "data": [ { "id": 500, "name": "Breaking News", "slug": "breaking-news", "absolute_url": "/tag/breaking-news" }, { "id": 501, "name": "Technology", "slug": "technology", "absolute_url": "/tag/technology" } ], "message": "", "page_no": 1, "per_page": 10 }
Was this page helpful?