OAuth recordings endpoint not available?

Description
I have an OAuth user-level app and I can’t use this endpoint:
GET /meetings/{meetingId}/recordings
I get a forbidden (403) error. Using the same access token I can create a meeting. Is the get recordings endpoint not available when using OAuth? What endpoints are available using the Oauth user-level app? I have recordings: read in my scopes.

Error
Forbidden Error (403)

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth, user level app

Which Endpoint/s?
GET /meetings/{meetingId}/recordings

Hey @lucas1,

Thank you for reaching out to the Zoom Developer Forum. Please send an email to developersupport@zoom.us with a link to this thread.

In that email, please include the full endpoint that you are using to make the request and the email of the user. I’ll use that to investigate further.

Thanks,
Max

Hi @MaxM,

There was a mistake on my end! I was including in the get request an empty JSON body. When I removed it, the 403 error stopped. Everything is fine now. Sorry to bother you :slight_smile:

Glad Max was able to help you out! :slight_smile:

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