Skip to main content
GET
/
api
/
v2
/
workspaces
List workspaces accessible to the caller
curl --request GET \
  --url https://api.heymilo.ai/api/v2/workspaces \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    "<unknown>"
  ],
  "pagination": {
    "has_more": true,
    "total_count": 123,
    "url": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string | null
Authorization
string | null
X-Workspace-Id
string | null

Response

Successful Response

data
any[]
required
pagination
PaginationMeta · object
required