Retrieve a specific blog post tag by slug with tag details and optional recent posts integration.
include=recent_posts parameter to enrich the response with the tag’s recent blog posts. This adds a recent_posts array containing up to 10 of the most recently published posts tagged with this tag, perfect for creating comprehensive tag pages that showcase both tag information and the latest related content.Set the Authorization header to Token your_read_api_token.
Example: Authorization: Token abc123def456
Note: The header value includes the Token prefix.
You can access your API token from your settings page.
The unique slug identifier of the tag to retrieve.
Your ButterCMS read API token
Include additional data in the response.
When set to recent_posts, the tag object will include a recent_posts array containing the latest blog posts tagged with this tag (up to 10 posts, ordered by most recent first).
recent_posts Tag retrieved successfully
Response structure for retrieving a single tag
Single tag object