CDR
Retrieve a CDR by call ID
Retrieve the CDR for a specific completed call using its call_id. Useful when you have a call_id from a callback or previous API response.
get/api/v1/Account/{auth_id}/cdr/{call_id}
Path parameters
auth_idstring required
Example:MA_XXXXXX
Your account Auth ID
call_idstring required
Example:abc123-def456-ghi789
The unique call ID of the completed call.
Response
CDR details
Changes
No recorded changes to this endpoint across all 1 revision of this API.