Workspaces

List accessible workspaces

Returns the workspaces available to the authenticated public API key, including each workspace's public ID, name, creation timestamp, and caller role.

get/workspaces

Response

Accessible workspaces returned.

Example response

{
  "workspaces": [
    {
      "workspace_id": "ws_abc123",
      "name": "Brand Studio"
    }
  ]
}

Changes