Tenants
Get a tenant
Get a tenant by ID.
get/tenants/{tenantId}
Path parameters
tenantIdstring required
The tenant ID
Response
Tenant details
Example response
{
"data": {
"id": "cm6abc123def456ghi789",
"name": "Acme Corp",
"metadata": {
"plan": "pro",
"internalId": "cust_12345"
},
"status": "active",
"createdAt": "2026-02-03T10:30:00Z",
"updatedAt": "2026-02-03T10:30:00Z"
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}