Skip to content

Rest API

Read a content library page

GET
/api/v1/wiki/pages/{path}

Read one content library page by its path. Use the browse endpoint to discover paths.

path
required
string

Page path without the leading slash, e.g. billing/refunds.

x-api-key
required
string

Your API key from account settings.

x-user-email
required
string

The email address of your user.

x-account-id
required
string

The ID of your account. You can find this in the account settings.

x-website-id
required
string

The ID of the workspace you want to use.

The page.

Unauthorized - invalid API key.

Not found - no page at that path, or the website does not belong to the account.

Bad request - missing websiteId or path.