Build with Estii

List spaces

GET
/v1/spaces

Requires read scope.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token (estp_) or space API key (ests_).

In: header

Query Parameters

limit?integer
Range1 <= value <= 200
Default50
cursor?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/spaces"
{  "items": [    {      "id": "string",      "name": "string",      "role": "owner",      "is_member": true,      "plan": "string",      "updated_at": 0    }  ],  "next_cursor": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}