Returns the project's navigation tree — the same structure stored in `docs.json`.
Returns the project's navigation tree — the same structure stored in docs.json.
Returns the navigation structure.
GET
/projects/{projectId}/structureBearer token — `Bearer dxb_live_…`.
The project ID or slug.
Response
200Structure returned
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/projects//structure
{ "spaces": [ { "slug": "docs", "nav": [ { "type": "group", "label": "Get started", "items": [ { "type": "page", "file": "get-started/introduction" } ] } ] } ] }