CalryOTA Docs
Tenant

Get tenant by ID (only allowed for default tenant)

GET
/api/v1/tenants/{id}

Authorization

x-calry-api-key
x-calry-api-key<token>

In: header

Path Parameters

id*string

Tenant ID

Header Parameters

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 Body

application/json

curl -X GET "https://example.com/api/v1/tenants/string"
{
  "id": "string",
  "domain": "string",
  "name": "string",
  "workspaceID": "string",
  "isDefault": true,
  "status": "ACTIVE",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
Empty