Migrating JET app to server to server oAuth(meeting sdk)

Hello i have successfully integrated server-to-server oAuth type in my php web portal and i am able to create new meetings, host meetings, and join meeting.

for creating token i have used https://zoom.us/oauth/token?grant_type=account_credentials&account_id=“abcd”

for creating a meeting i have used https://api.zoom.us/v2/users/me/meetings

Make sure this is correct and let you confirm, what I have done, is it migration?
if no, then let me know what will be the another method.
OR
If anything else needs to do from my zoom account panel,
Let me know
Thank you.

Hi @trechtoapp
Thanks for reaching out to the Zoom Developer Forum.
It looks like you have migrated your JWT to Server to Server oauth correctly.
I do not think you have to take any further action, just make sure that when you are calling our Rest API endpoint, you are using the Server to Server oauth app instead of the JWT

Cheers,
Elisa