Billing
Billing Report
Returns billing data with voice minutes and agent counts for organizations
GET
Query Parameters
Start date in ISO format (YYYY-MM-DD).Example:
2025-01-01End date in ISO format (YYYY-MM-DD).Example:
2025-01-31Filter by reseller IDs. Can be comma-separated or passed as array parameters.Example:
reseller_ids=id1,id2 or reseller_ids[]=id1&reseller_ids[]=id2Filter by organization IDs. Can be comma-separated or passed as array parameters.Example:
organization_ids=id1,id2Response Fields
Data Array
| Field | Type | Description |
|---|---|---|
organization_id | string | Organization UUID |
organization_name | string | Display name of the organization |
reseller_id | string | Parent reseller UUID |
reseller_name | string | Display name of the reseller |
voice_minutes | number | Total voice minutes used in the period |
agent_count | number | Number of agents active in the period |
Period Object
| Field | Type | Description |
|---|---|---|
start_date | string | Start date in US format (MM/DD/YYYY) |
end_date | string | End date in US format (MM/DD/YYYY) |
Date Format: Input dates use ISO format (YYYY-MM-DD), but response dates are returned in US format (MM/DD/YYYY).
