How to get Zapier client_id and client_secret?
I’m currently creating my app within the Zapier platform. I have OAuth endpoints setup in my application, hosted on Heroku. From my understanding of OAuth, I need to store Zapier’s client_id
and client_secret
in my app’s database to identify who (Zapier in this case) is requesting API access to my app through the OAuth flow.