Description
Zoom APIs sometimes returns empty content with status 200.
Error
GET https://api.zoom.us/v2/meetings/
Authorization: "bearer <Hidden Token>"
User-Agent: "Faraday v1.0.1"
Status 200
date: "Mon, 08 Feb 2021 06:19:42 GMT"
content-length: "0"
connection: "keep-alive"
x-zm-trackingid: "WEB_e879b90f636442aeb6e1240fe31eabea"
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth app
Which Endpoint/s?
We have noticed many APIs. Today I have received for meeting details app, also added the tracking field to find out the root cause.
Endpoints: GET https://api.zoom.us/v2/meetings/
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Check the
x-zm-trackingidthat is “WEB_e879b90f636442aeb6e1240fe31eabea”
Screenshots (If applicable)
Additional context
Please let us know when this happen and how to identify if this is intended. I haven’t found any documentation that mentioned this behavior.
