Skip to main content
This guide shows you how to obtain your OAuth credentials (Client ID and Client Secret) from Zapier so your users can grant your app access via the Workflow API.

Prerequisites

You must have created an app and published it as a public integration in Zapier’s App Directory. Redirect URIs and your Client ID and Client Secret become available only after your app is public.

Creating your Zapier OAuth app

1

Configure a redirect URI

In the Zapier Developer Platform, go to Embed → Settings → Redirect URIs and add your Nango callback URL:https://api.nango.dev/oauth/callback
2

Get your Client ID and Client Secret

In the Zapier Developer Platform, go to Embed → Settings → Credentials. Copy your Client ID and Client Secret.
3

Determine required OAuth scopes

The Zapier Workflow API endpoints require different OAuth scopes. Check the API reference for each endpoint you use to see which scopes are required, and configure those scopes when setting up the integration in Nango.
4

Next

Follow the Quickstart to connect your first account.

Additional resources