Skip to main content

Endpoints

Access levels


List sections

GET /api/v2/sections?roomId={room_id}

Create sections

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

Update a section

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

Delete a section

DELETE /api/v2/sections/{section_id}
Deletes the section and all its pages, groups, and blocks permanently.