Skip to main content
GET
Get a documentation page by ID.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

pageId
string
required

Response

The requested documentation page

Documentation page object

content
string

Markdown content of the page

createdAt
string

ISO timestamp when the page was created

icon
string

Optional icon name

id
string

Page ID (UUID)

isPublished
boolean

Whether the page is published

parentId
string

Parent page ID for hierarchy (null for top-level pages)

slug
string

URL-friendly identifier

sortOrder
integer

Sort order within the parent

title
string

Page title

updatedAt
string

ISO timestamp when the page was last updated

whitelabelId
string

Whitelabel instance ID (null for global pages)