tenants
Get Tenant
Get detailed information about a specific tenant.
Purpose: Retrieve complete tenant profile and configuration
What it does:
- Returns complete tenant profile
- Shows billing, usage, and configuration details
- Displays SIP settings and compliance status
- Shows webhook configuration for integrations
Response Includes:
- Organization details (name, status, created_at)
- Billing plan and usage limits
- Feature flags (sip_enabled, recording_enabled, analytics_enabled)
- Compliance settings (hipaa_enabled, pci_enabled)
- Recording format and retention policy (retention_days)
- Webhook URL for event notifications
- Monthly usage tracking (monthly_usage_cents)
- Creation and update timestamps
Use Cases:
- Viewing customer account details
- Auditing tenant configuration
- Billing and usage review
- Support and troubleshooting
GET
Get Tenant
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Tenant response model.
Required string length:
1 - 255Required string length:
1 - 100Required range:
1 <= x <= 1000Required range:
x >= 0Get Tenant