Skip to main content

I’m trying to create a Zap that creates a new access token every time it runs. The issue I’m running into is that it needs to be of grant type Authorization Code, and the setup for a Post Request of this nature is unclear. Any ideas?

Hi @RamiMuha 

Good question.

Please link to the API documentation you are referencing in order for us to have more context, thanks.


Hi Troy

 

Thanks for the response. I’m using Zoom API, specifically a Zoom App that I created, so this is the documentation I’ve been trying to follow. 

https://marketplace.zoom.us/docs/api-reference/using-zoom-apis/

 

Thanks.


Hi @RamiMuha 

Zapier Webhooks do not yet fully support an OAUTH protocol for authorization. It would be better to build a custom app https://platform.zapier.com/quickstart/create-integration 

Webhooks are better suited for API Keys or Basic Authorization which it doesn’t appear Zoom supports.