v4

latestOpenAPI 3.1.0Proprietary2026-08-01113851.0 KB
Workspaces

Get an Account workspace

Returns one workspace owned by the authenticated Account.

get/workspaces/{workspaceId}

Path parameters

workspaceIdstring required

Workspace identifier.

Response

Workspace details.

Example response

{
  "data": {
    "id": "01HW01ABCDEF",
    "name": "Engineering",
    "slug": "eng"
  }
}