List all owned workspaces

get

Returns information about all owned workspaces

Authorizations
Responses
200
Success
get
GET /api/_public/v1/workspaces HTTP/1.1
Host: app.ocoya.com
X-API-Key: YOUR_API_KEY
Accept: */*

No content

Sample response

[
    {
        "id": "clx8w3q9m0001f3r047lw6rsy",
        "name": "Personal workspace",
        "userCount": 1
    },
    {
        "id": "clxj3cznu00h93b7o37kkimv3",
        "name": "My brand workspace",
        "userCount": 3
    }
]

Last updated