Get a blog post
Returns the full detail of a single published blog post by its slug, including the rendered content body, SEO metadata and any collections the post belongs to. Responses are cached (fresh for 10 minutes, served stale for up to 1 hour).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Path Parameters
URL-friendly identifier of the blog post.
Response
The requested blog post.
Full detail of a published blog post.
URL-friendly post identifier.
Post title.
Short summary of the post.
Full post content/body (HTML).
Featured image URL (1200x800). Falls back to the tenant's social image if none is set.
The post's author.
SEO metadata for the post.
Collections this post belongs to.
Creation timestamp.
Last update timestamp.

