Lists the spaces (top-bar sections) in a project.
Lists the spaces (top-bar sections) in a project.
Returns the project's spaces.
GET
/projects/{projectId}/spacesBearer token — `Bearer dxb_live_…`.
The project ID or slug.
Response
200Spaces listed
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/projects//spaces
{ "data": [ { "id": "sp_01H9", "name": "Documentation", "slug": "docs", "pages": 58 } ] }