Description
I am randomly getting 400 error codes when calling “Get call log details” API. I get the result [200 ok]when I retry after some time.
I have a webhook set up listening to call_log_completed events. When I receive the event, I call back the Zoom API to download the full call log details. In most cases the API calls complete successfully.
Any alternative to this approach?
Error
400 Bad Request
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT: Cached token with 15 minute expiration.
Which Endpoint/s?
GET /phone/call_logs/{callLogId}
These call logs should be available within a few seconds of receiving a webhook notification. Have you tried putting in a buffer of 500-1000ms after the webhook is received before making requests to the call_logs endpoint?
Is it possible to send us some examples at developersupport@zoom.us so that we can take a closer look? Please include the webhook payloads and the request that fails.