Question

How do I use Zapier API to list existing Zaps without creating public integration?

  • 10 September 2023
  • 3 replies
  • 168 views

I am evaluating a zapier integration for my product where I want to list already available zaps for a certain existing app .e.g get app zaps for google calendar. 
The partner api to get app zaps needs a client Id which is only available if I create a public integration. It also asks a bunch of questions and the review process takes a week. Just to get existing zaps I shouldn’t have to provide a test account, app description etc.
I am not looking to create my own zaps but the documentation is focused on that use case. 

I want to use the api

https://api.zapier.com/v1/apps

How do I use this api without having to wait 1 week and providing unnecessary information for ?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @aditya.lele 

Good question.

You need a client ID to be able to use that API endpoint:

https://api.zapier.com/v1/apps

 

 

Yup i saw that in the docs. It also says you need to take the integration public and the prerequisite for that is reviews by the zapier team. I need to be able to test the api before actually finalizing what I will build.

Userlevel 7
Badge +14

@aditya.lele 

There is no way to use that API endpoint unless you have a client ID.