Inability to fetch the meeting from API after getting CoHost

I am building a Zoom App, and I have a Zoom OAuth token associated with my user.

I joined a meeting and was given a Co-Host role.

After being given the Co-Host role, I try to attempt to get the meeting I’m in on the server using the https://api.zoom.us/v2/meetings/#### endpoint.

I received a 404 for the meeting, even though I am clearly a Co-Host and am in the meeting.

Is this the expected behavior?

Sam

@soluwalana ,

Thats the correct behavior.
The role privilege does not override the oauth scope.

@soluwalana ,

If you want to use that REST API endpoint, you will need either OAuth or Server to Server OAuth access token with the necessary scope get the meeting.