List all space routes for the current user’s host.
Returns route metadata and code for display in the UI. Includes pages, APIs, and static assets.
cURL
curl --request GET \ --url https://api.zo.computer/space/routes/list \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "path": "<string>", "route_type": "<string>", "code": "<string>", "public": true, "updated_at": "<string>" } ]
Zo API key (zo_sk_...)
Successful Response
Route ID
Route path, e.g. '/api/hello' or '/about'
'api', 'page', or 'asset'
Source code
Public visibility
ISO timestamp of last update