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

id
string

Page ID (UUID)

whitelabelId
string

Whitelabel instance ID (null for global pages)

parentId
string

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

title
string

Page title

slug
string

URL-friendly identifier

content
string

Markdown content of the page

sortOrder
integer

Sort order within the parent

icon
string

Optional icon name

isPublished
boolean

Whether the page is published

createdAt
string

ISO timestamp when the page was created

updatedAt
string

ISO timestamp when the page was last updated