GET
/
api
/
v1
/
tenants
[
  {
    "id": "<string>",
    "domain": "<string>",
    "name": "<string>",
    "workspaceID": "<string>",
    "isDefault": true,
    "status": "ACTIVE",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-calry-api-key
string
header
required

Headers

x-calry-tenant-id
string

Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.

Response

200
application/json

List of tenants

The response is of type object[].