Hey @nsoni, thanks for posting and using Zoom!
For server side applications (python) I would suggest using our JWT App Type to generate a JWT Token which you can use without the OAuth flow.
Here is where to find your JWT Token:
You can also generate JWT Tokens with Python.
Then to make requests, set the following auth/headers:
{
"Authorization": "Bearer JWT_TOKEN_HERE"
}
Let me know if this helps!
Thanks,
Tommy