Retrieve a specific blog post by slug with complete content, metadata, and next/previous post navigation.
meta object containing next_post and previous_post navigation links, allowing you to easily implement “Previous/Next” navigation on your blog post pages without additional API calls.
Important: You must append a trailing slash to the URL path: /v2/posts/your-post-slug/. This is required for the endpoint to function correctly.
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 of the blog post to retrieve.
Important: The URL must end with a trailing slash (/v2/posts/your-slug/).
100Your ButterCMS read API token
Success - Blog Post Retrieved
Returns the complete blog post object along with navigation metadata for browsing between posts.