cURL
curl --request GET \ --url https://api.example.com/api/v1/tenants \ --header 'x-calry-api-key: <api-key>'
[ { "id": "<string>", "domain": "<string>", "name": "<string>", "workspaceID": "<string>", "isDefault": true, "status": "ACTIVE", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ]
Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.
List of tenants
ACTIVE
INACTIVE