Description
A clear and concise description of what the question is.
Can I create zoom polls using the JWT access? The documentation only describes creating polls using OAUTH.
Description
A clear and concise description of what the question is.
Can I create zoom polls using the JWT access? The documentation only describes creating polls using OAUTH.
Hi @anto,
You can authenticate requests to this endpoint with JWT:
If you’re using the embedded Postman tool, you can replace the oauth token key with your JWT token value and it should work.
Thanks,
Will