Skip to main content
This guide shows you how to register your own app with Airtable to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their Airtable account.
1

Create an Airtable account

If you don’t already have one, sign up for an Airtable account.
2

Register a new OAuth integration

  1. Go to the OAuth integrations panel in your Airtable account.
  2. Click Register new OAuth integration.
  3. Enter a unique name for your integration.
  4. Add https://api.nango.dev/oauth/callback as your OAuth redirect URI.
  5. Click Register integration.
3

Configure OAuth scopes and details

  1. Select the scopes your application requires.
  2. Add optional details like tagline, homepage URL, and logo.
  3. For public integrations, add required fields: support email, privacy policy URL, and terms of service URL.
  4. Click Save changes.
4

Generate credentials

  1. Click Generate client secret and confirm the action.
  2. Copy the Client Secret (you’ll only see it once).
  3. Note your Client ID from the integration management page.
  4. You’ll need both when configuring your integration in Nango.
5

Next

Follow the Quickstart.
For more details on Airtable’s OAuth implementation, see Airtable’s OAuth Reference.