Create an account
If you don’t already have one, sign up for a Vercel account.
Create your app
- In the left navigation, click Settings, then click Apps.
- Click Create, enter a name and a slug for your app.
- Submit the form to create the app.
Add the callback URL and copy the client ID
- Switch to the General tab.
- Under Callback URLs, add
https://api.nango.dev/oauth/callback. - Copy your Client ID — you will also need this when setting up the integration in Nango.
Generate a client secret
- Switch to the Authentication tab at the top of your app settings.
- In the Client Secrets section, click Generate to create a new client secret.
- Copy and save the secret — you will not be able to see it again and will need it when setting up the integration in Nango.
Configure permissions
- Switch to the Permissions tab at the top of your app settings.
- Select offline_access to enable refresh token support.
Next
Enter your Client ID and Client secret in the integration settings in Nango, then follow the Quickstart to connect your first account.