Description
Trying to get phone and QoS metrics using the Zoom Phone API’s(phone/metrics/call_logs/{call_id} and phone/metrics/call_logs/{call_id}/qos)
but getting a permission error in response.
Error
Failed with status code 403 and body {“code”: 403, “message”: “You do not have permission.”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
[Which Endpoint/s?]
/phone/metrics/call_logs/{call_id}and /phone/metrics/call_logs/{call_id}/qos
How To Reproduce (If applicable)
Steps to reproduce the behavior:
1.Request URL endpoint (using postman) using OAuth authorization with access token.
2. See error in response
{
“code”: 403,
“message”: “You do not have permission.”
}
Additional context
My app has a following scopes.
- phone:read:call_qos:admin
- phone:read:call_log:admin
- phone:read:list_call_logs:admin
What needs to be added additionally?