Skip to main content

Endpoints

Access levels


List pages

GET /api/v2/pages?sectionId={section_id}

Create pages

POST /api/v2/pages Create one or more pages in a single request.
sectionId
string
required
The section to add pages to.
pages
array
required
Array of page objects.
Example

Update a page

PATCH /api/v2/pages/{page_id}
title
string
New display title.
access
"visible" | "restricted" | "locked" | "hidden"
New access level.
Example

Delete a page

DELETE /api/v2/pages/{page_id}
Deletes the page and all its groups and blocks permanently.