Skip to content

Get Post

GET
/{tenant}/posts/{id}

Retrieve a single Post by ID

tenant
required
string

Tenant slug

id
required
string

Post ID

Successful response

object
id
required
string
createdAt
string format: date-time
updatedAt
string format: date-time
tenant

Tenants ID

string
renderMode
string
slug
string
slugLock
boolean
publishDate
string format: date-time
blog

Blogs ID

string
authors

Array of authors IDs

Array<string>
categories

Array of categories IDs

Array<string>
tags

Array of tags IDs

Array<string>
image

File ID

string
themeTemplate
string
url
string
lastUsedThemeKey
string
_status
string
Allowed values: draft published

Not found