Description
Getting 200 OK
status code from Get Meetings API but blank response body
Error
Getting blank body instead of json response.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Zoom Apps
Which Endpoint/s?
https://api.zoom.us/v2/meetings/{{meetingID}}/
How To Reproduce (If applicable)
Steps to reproduce the behavior:
-
Attaching the curl
curl --location --request GET ‘https://api.zoom.us/v2/meetings/[REDACTED]/’
–header ‘Authorization: Bearer TOKEN_HERE’ -
See blank body.
Screenshots (If applicable)