Response
The response is a JSON object containing the following key statistics:total_calls
: The total number of calls ever made.total_duration
: The sum of the duration of all calls, in seconds.average_duration
: The average duration of a call, in seconds.
Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.