1
Create an Etsy developer account
Go to the Etsy Developer Portal and sign in with your Etsy account (or create one).
2
Create a new application
- From the developer portal, navigate to the Create a New App.
- Fill in the required details: app name, description, and intended use.
- Accept the developer terms and click Read Terms and Create App.
- Wait for the app to be reviewed by the Etsy team. Once approved, you can access your app settings.
- In your app settings, locate the Callback URLs section, and add the Nango callback URL:
https://api.nango.dev/oauth/callback
3
Get your credentials
Copy the Keystring (Client ID) and Shared Secret (Client Secret) from your app’s settings page. You’ll need these when configuring the integration in Nango.
4
Next
Follow the Quickstart to connect your first account.