New: We now offer a 7-day free trial for Marble Pro subscriptions.
Retrieves a single tag by its identifier (slug or id).
curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://api.marblecms.com/v1/tags/product"
{ "id": "clt92k3c1000408l47h5f0b5y", "name": "Product", "slug": "product", "description": "All about product updates.", "count": { "posts": 8 }, "posts": { "data": [ { "id": "clt92n38p000108l48zkj41an", "title": "Product Update: March 2024", "slug": "product-update-march-2024", "description": "What's new this month.", "coverImage": "https://cdn.marblecms.com/images/cover.jpg", "publishedAt": "2024-03-05T00:00:00.000Z" } ], "pagination": { "limit": 20, "currentPage": 1, "nextPage": null, "previousPage": null, "totalPages": 1, "totalItems": 8 } } }
Bearer YOUR_API_KEY
posts
include=posts
Was this page helpful?