Get call reports from the Sinch platform. Get call data for a specific user in the last 30 days, the number of calls, and more.
Gets the aggregated call data for a specific user for a duration of up to 30 days.
A success response, or an Error.
{- "success": 3,
- "duration": 753,
- "failed": 0,
- "start": "2022-04-28T12:00:00Z"
}
Number of ongoing calls. The system updates the value of the counter every two minutes. The result value depends on how many calls were ongoing when the system updated the counter, and not when the request to the API was made.
A success response, or an Error.
{- "value": 12384955,
- "modified": "2022-04-28T12:00:00Z"
}
Gets the current status of a predefined service.
A success response, or an Error.
{- "status": "up"
}