Retrieve a single tag by ID
cURL
curl --request GET \ --url https://cms.thepublive.com/publisher/{publisher_id}/tag/{id}/ \ --header 'Authorization: Basic <encoded-value>'
{ "id": 500, "name": "Breaking News", "english_name": "Breaking News", "slug": "breaking-news", "absolute_url": "/tag/breaking-news", "meta_title": "Breaking News", "meta_description": "Latest breaking news stories" }
Was this page helpful?