NOTES:
- Call recordings are not available for calls older than 30 days
- For our complete API docs, please visit apidocs.mangovoice.com
Example
Download the call recordings from the last 30 days
- Copy your Authorization Key
- Send a GET request to
https://apiuser.mangovoice.com/api/v1/cdr/{auth_key}/list/daterange/start_date={date}
- Replace
{auth_key}
with your Authorization Key - Replace
{date}
with the date 30 days ago in the format YYYY-MM-DD
- Replace
- For each call in that list, send a GET request to
https://apiuser.mangovoice.com/api/v1/cdr/{auth_key}/list/call_uuid/{call_uuid}
- Replace
{auth_key}
with your Authorization Key - Replace
{call_uuid}
with thecall_uuid
value from the JSON response
- Replace
- You can curl the
temp_recording_url
value to download an mp3 file of the call