curl --request GET \
--url https://api.zo.computer/user-services/ \
--header 'Authorization: Bearer <token>'[
{
"service_id": "<string>",
"label": "<string>",
"protocol": "http",
"local_port": 123,
"entrypoint": [
"<string>"
],
"workdir": "<string>",
"env_vars": {},
"http_url": "<string>",
"tcp_addr": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]List all user services (hosted sites/APIs) for the current sandbox.
curl --request GET \
--url https://api.zo.computer/user-services/ \
--header 'Authorization: Bearer <token>'[
{
"service_id": "<string>",
"label": "<string>",
"protocol": "http",
"local_port": 123,
"entrypoint": [
"<string>"
],
"workdir": "<string>",
"env_vars": {},
"http_url": "<string>",
"tcp_addr": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]Zo API key (zo_sk_...)
Successful Response