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)?