v2

latestOpenAPI 3.0.02026-07-26365590.3 KB
Workspaces

List workspaces accessible by this API key

Returns all workspaces within the scope of the API key.

get/v1/workspaces

Response

List of accessible workspaces

Example response

{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "Sales",
      "memberCount": 5
    }
  ]
}