Skip to main content
GET
Page

Authorizations

Authorization
string
header
required

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

Path Parameters

pageSlug
string
required

The unique slug identifier for the page

Response

CMS page details

slug
string

URL-friendly page identifier

name
string

Page title/name

content
string

Page content/body

seo
object

SEO metadata

status
enum<string>

Page publication status

Available options:
published,
draft
fields
object

Custom fields as key-value pairs

createdAt
string<date-time>

Creation timestamp

updatedAt
string<date-time>

Last update timestamp

publishedAt
string<date-time> | null

Publication timestamp