Rest API
Read a content library page
GET /api/v1/wiki/pages/{path}
GET
/api/v1/wiki/pages/{path}
Read one content library page by its path. Use the browse endpoint to discover paths.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” path
required
string
Page path without the leading slash, e.g. billing/refunds.
Header Parameters
Section titled “Header Parameters ” 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.
Responses
Section titled “ Responses ”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.