Skip to main content
GET
/
partner
/
voice
/
calls
/
aggregates
/
summary
Get partner-wide voice call aggregate summary
curl --request GET \
  --url https://api.embedreach.com/partner/voice/calls/aggregates/summary
{
  "success": true,
  "message": "<string>",
  "data": {
    "activeTenantCount": 123,
    "totalCalls": 123,
    "totalDurationSecs": 123,
    "totalCostCents": 123
  }
}

Headers

reach-tenant-id
string

Optional tenant ID to scope the summary to a single tenant.

Query Parameters

startDate
string | null
endDate
string | null

Response

Status 200 response

success
boolean
required
message
string
data
object