Description
Got “Call Log does not exist” error after calling get call details from call log with call id passed from phone.callee_missed.
Error
{
“message”: “Unknown error”,
“type”: “REQUEST”,
“details”: {
“code”: 404,
“message”: “Call Log does not exist: XXX”
},
“statusCode”: 400
}
Which Endpoint/s?
https://api.zoom.us/v2/phone/metrics/call_logs/{call_id}
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Received phone.callee_missed webhook, extract call_id from payload
- Use call_id to get call_logs details.