Generate a compliant Atom 1.0 XML feed for blog content with filtering capabilities for content syndication.
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
Filter the Atom feed to include only posts from a specific category.
Provide the URL-friendly slug of the category. When specified, only blog posts assigned to this category will be included in the Atom feed.
Filter the Atom feed to include only posts with a specific tag.
Provide the URL-friendly slug of the tag. When specified, only blog posts tagged with this tag will be included in the Atom feed.
Atom feed generated successfully
Complete Atom 1.0 XML feed with blog posts