Retrieve a complete list of blog post tags with optional recent post data for tag-based navigation.
include=recent_posts parameter to enrich the response with each tag’s most recent blog posts. This is particularly useful for creating tag cloud interfaces, topic-based landing pages, and tag archive pages that showcase recent activity for specific topics.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.
Your ButterCMS read API token
Include additional data in the response.
When set to recent_posts, each tag object will include a recent_posts array containing the latest blog posts tagged with that tag.
recent_posts Tags retrieved successfully
Response structure for listing all tags
Array of tag objects