Skip to main content
GET
/
v1
/
workspaces
List all workspaces
curl --request GET \
  --url https://api.ongoody.com/v1/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "ae090999-90b7-483d-9b2e-43faed6731fc",
      "name": "Workspace 1"
    },
    {
      "id": "8b5a6f5a-be5e-44f1-ab8f-c3bf7659f813",
      "name": "Workspace 2"
    }
  ],
  "list_meta": {
    "total_count": 2
  }
}

Authorizations

Authorization
string
header
required

Your Goody API key.

Response

200 - application/json

Workspaces retrieved

data
object[]
list_meta
object