GET
/
v1
/
workspaces
curl --request GET \
  --url https://api.ongoody.com/v1/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "cbb04923-e559-45ad-96e7-bf8462727579",
      "name": "Workspace 1"
    },
    {
      "id": "349aa9e7-e95c-45a5-aa0e-a77cef5390c9",
      "name": "Workspace 2"
    }
  ],
  "list_meta": {
    "total_count": 2
  }
}

Authorizations

Authorization
string
header
required

Your Goody API key.

Response

200 - application/json

Workspaces retrieved

The response is of type object.