Since call_logs APIs are being deprecated I started testing call_history but getting this error:
{“code”:403,“message”:“You do not have permission.”}
I tested in Postman: works: /phone/users/:userId/call_logs?from=2025-03-15&to=2025-03-16 does not work: /phone/users/:userId/call_history?from=2025-03-15&to=2025-03-16
Hi @vlad_kolbas
Thanks for reaching out to us.
The request URL you are using is incorrect. You do not need to pass the users/userID path in your request.