Skip to main content

I want to access Partner API to get a list of all the apps, templates, zaps, etc. I need to get the “access token”. I can procure access token by calling

https://zapier.com/oauth/authorize?client_id={client_id}&redirect_uri={redirect_uri}&scope={scope}

But, where & when (before publish or after publish) can I find client_id (application id)?

Hey @m-gangadiya 👋

You’ll need to access your integration in the Developer Platform to obtain your client ID, which you can use to call the Partner API: https://platform.zapier.com/embed/partner-api
 

To have access to that and the other Embed Zapier features, you’ll need to publish your integration first: https://platform.zapier.com/partners/lifecycle-planning#3-publish-your-integration-to-the-app-directory 

 

Hope that helps!