Lists the projects in your workspace the API key can access. Cursor-paginated.
Lists the projects in your workspace the API key can access. Cursor-paginated.
Returns a page of projects.
GET
/projectsBearer token — `Bearer dxb_live_…`.
Max results per page (default 50, max 100).
Pagination cursor from a previous response.
Response
200Projects listed
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/projects
{ "data": [ { "id": "prj_01H9", "name": "Acme Docs", "slug": "my-docs", "visibility": "public", "spaces": 4, "pages": 95 } ], "pagination": { "hasMore": false, "nextCursor": null } }