Meetings endpoint returning empty response body

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:

  1. Request URL
    https://api.zoom.us/v2/users/{userId}/meetings/{meetingId}/

  2. Headers (without credentials) / Body
    Accept: application/json, application/xml
    Content-Type: application/json
    Authorization: Bearer {JWT token}

  3. See error
    Status: 200 OK
    Response Body: empty

Screenshots (If applicable)

Additional context
Add any other context about the problem here.

Hey @dkovacevic,

What are you passing for Meeting ID?

Let me know, thanks!
Will

Solved by changing API URL.

Correct URL example:
https://api.zoom.us/v2/meetings/{meetingId}

Regards.

Hey @dkovacevic,

Glad to hear it’s been resolved.

Best,
Will

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