Get a single tag by ID or slug
cURL
curl --request GET \ --url https://api.marblecms.com/v1/tags/{identifier} \ --header 'Authorization: Bearer <token>'
{ "tag": { "id": "clx789ghi", "name": "JavaScript", "slug": "javascript", "description": "JavaScript tutorials", "count": { "posts": 8 } } }
Your Marble API key
Tag ID or slug
"javascript"
The requested tag
Show child attributes
Was this page helpful?