Blank Response on Get Meeting Details

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:

  1. Attaching the curl
    curl --location --request GET ‘https://api.zoom.us/v2/meetings/[REDACTED]/
    –header ‘Authorization: Bearer TOKEN_HERE’

  2. See blank body.

Screenshots (If applicable)

Hey @prayash-ld,

Thank you for reaching out to the Zoom Developer Forum. It looks like you’re calling the API with a UUID whereas the Get a Meeting API can only be used with a Meeting ID:

This is because this API is intended to show information about an upcoming meeting. You can use the Get Past Meeting Details API to get information about a meeting UUID for a meeting that occurred in the past.

Let me know if you have any questions.

Thanks,
Max

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