How to migrate to OAuth Server-to-Server App Type and authentication

I use Zoom API through Python to monitor our organization’s Zoom rooms.

You asked to change the authentication method but I can’t manage in migrating it from JWT to OAuth authentication.

We must this API work without down which could be due to JWT deprecation.

I want you to help me to do the migration.

This is your ask:

We ask that you plan to transition your internal applications that currently use the Zoom Rooms JSON RPC API and JWT App Type to the Zoom Meeting API “Use Zoom Room Controls” as soon as possible. This new API supports the OAuth Server-to-Server App Type and authentication, the recommended replacement for the JWT App Type and authentication.

@dgoren Hope you will be fine.

Here are the sessions regarding OAuth :point_down:

Zoom Integration OAuth App Part 1
Zoom Integration OAuth App Part 2

Here :point_down: are the sessions regarding how to schedule meetings using REST API

Create Zoom Meeting - (REST API)
How to Create password less Zoom Meeting -(REST API)
How to Enable Zoom Meeting Registration - (REST API)

Here are the sessions regarding WebSDK Integrations