Not being able to invoke zoom room api using oauth authorization

While using OAuth Authorization i am not able to invoke zoom room api’s.The Api i am trying to invoke is ‘https://api.zoom.us/v2/rooms/zrlist
Getting error message as api does not support OAuth for authorization.
"This api does not support oauth2 Authorization"

Kindly help me on this.

Hi @sharwan

Welcome to the Zoom Developer Forum and to our community! I am happy to help here!
It looks like you are trying to call the Zoom Rooms API using OAuth as an authentication method.
As stated in our Documentation, you should use JWT for authentication to access this API

Hope this helps,
Elisa

Thank you for your response, Elisa.

Does Zoom Room not support OAuth? Is there any possibility to use Oauth Authentication in Zoom Room Api?

We have read through the documentation, and it is mentioned that zoom support Oauth while Use JWT for Zoom room Authentication.

If it is not supported currently, is there a future plan to support Oauth in Zoom room api.

Thanks
Sharwan

Hey @sharwan
I have reached to my team to ask if there are plans to support this in the future.
I will come back to you as soon as I have more information

Best,
Elisa

Is there any update on Oauth support for the Zoom room API? We’re trying to update our software to migrate from using JWT to OAuth 2.0 per the Zoom API documentation found here: https://developers.zoom.us/docs/integrations/oauth/ and we are receiving errors stating that this API does not support OAuth 2.0.