Description
Meetings endpoint that required {meetingId} (e.g Get a meeting, Update a meeting, Delete a meeting) return status 200 OK and no response content. Why?
Error
Empty response body
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT token
Which Endpoint/s?
GET /meetings/{meetingId}
PATCH /meetings/{meetingId}
DELETE /meetings/{meetingId}
How To Reproduce (If applicable)
Steps to reproduce the behavior:
-
Request URL
https://api.zoom.us/v2/users/{userId}/meetings/{meetingId}/ -
Headers (without credentials) / Body
Accept: application/json, application/xml
Content-Type: application/json
Authorization: Bearer {JWT token} -
See error
Status: 200 OK
Response Body: empty
Screenshots (If applicable)
Additional context
Add any other context about the problem here.