GET
/
v1
/
workspaces
List all workspaces
curl --request GET \
  --url https://api.ongoody.com/v1/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "f9b75e5f-3595-43c2-86b6-df872613daec",
      "name": "Workspace 1"
    },
    {
      "id": "066e4e62-0cb8-4cfb-beb7-1ed83fba5551",
      "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