Skip to main content
GET
Get a blog post

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API token.

Path Parameters

slug
string
required

URL-friendly identifier of the blog post.

Response

The requested blog post.

Full detail of a published blog post.

slug
string

URL-friendly post identifier.

title
string

Post title.

excerpt
string

Short summary of the post.

content
string

Full post content/body (HTML).

Featured image URL (1200x800). Falls back to the tenant's social image if none is set.

author
object

The post's author.

seo
object

SEO metadata for the post.

collections
object[]

Collections this post belongs to.

createdAt
string<date-time>

Creation timestamp.

updatedAt
string<date-time>

Last update timestamp.