v1

latestOpenAPI 3.1.02026-08-044257268.7 KB
Auth

List the caller's workspaces

All workspaces (Clerk organizations) the authenticated user belongs to. Requires an authenticated user but NOT a selected workspace — use this to discover which workspace to select.

get/v1/auth/workspaces

Response

The caller's workspace memberships

Example response

{
  "workspaces": [
    {
      "workspaceId": "org_2abcDEFghiJKLmnop",
      "slug": "acme-inc"
    }
  ]
}