Zoom API sometime returns empty response with status 200

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:

  1. Check the x-zm-trackingid that 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.

Hey @pritam1,

Thank you for reaching out to the Zoom Developer Forum. There are some endpoints that will return a 204 response with No Data but this doesn’t seem to be the case here.

Instead, I’m not sure that GET /meetings is a supported endpoint. I wasn’t able to find documentation on it.

What are you looking to accomplish with the call to this endpoint?

Thanks,
Max

Ah got it. Invalid API request. I got confused with the success response(status 200) for the invalid endpoint.
Thanks

Hey @pritam1,

I’m glad to hear that resolved your issue! I agree that isn’t a helpful response from the router. Please don’t hesitate to reach out if you encounter any further issues or questions.

Thanks,
Max

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.