Skip to main content
Most endpoints require app or user access token authentication. However, a smaller number of endpoints require only a valid Client ID in order to be accessed.

Prerequisites

Retrieving and Using your Client ID

1

Get your Client ID

You can find your Client ID in the Zapier Developer Platform under EmbedSettingsCredentials
Client ID and Secret
Your application’s Client ID and Client Secret are only available after you’ve published your app as a public integration in Zapier’s App Directory.
Regenerating your client secret will invalidate any previous secret.
2

Pass the Client ID as a query parameter

From there, simply pass your client_id as a query param to any V1 endpoints that require it.
Example for Zap-templates
    https://api.zapier.com/v1/zap-templates?client_id={YOUR_CLIENT_ID}
I