Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zapier.com/llms.txt

Use this file to discover all available pages before exploring further.

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}