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": "ce95f875-9e27-4f9b-9a25-715303495921",
      "name": "Workspace 1"
    },
    {
      "id": "d600d1db-47d0-4134-9328-12e269312359",
      "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