Hi Team,
I am currently working on an integration to track Zoom Phone metrics, but I am unable to successfully fetch SMS logs. While I can access call logs, the SMS data is not returning as expected**.**
Details of my implementation:
- App Type: OAuth App
- Endpoint being used:
GET /v2/phone/sms/logs - Scopes Added:
phone:read:sms:adminandphone:read:admin - Issue: I am receiving a
200 OKstatus, but the response body returns an empty array{"sms_logs": []}even though there is active SMS history on the account.
What I am trying to achieve: I need to fetch the total SMS log count and message details for specific time ranges.