Skip to main content
GET
/
space
/
routes
/
list
List Space Routes
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>"
  }
]

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Response

200 - application/json

Successful Response

id
string
required

Route ID

path
string
required

Route path, e.g. '/api/hello' or '/about'

route_type
string
required

'api', 'page', or 'asset'

code
string
required

Source code

public
boolean
required

Public visibility

updated_at
string | null

ISO timestamp of last update