Skip to main content

Call records


To get ended calls records, you will need to send a simple request to the next API route.


Send request

Use the next path:

PUT {base_url}/calls/get_records

The body allows the following fields:

FieldRequiredDescription
callIDOptionalString field that identifies the call (how to get it) (If you specify this field, dates are optional)
fromDateOptionalString field that specifies the call records start date (If you specify this field, callID is optional)
toDateOptionalString field that specifies the call records end date (If you specify this field, callID is optional)