Create an Etsy developer account
Go to the Etsy Developer Portal and sign in with your Etsy account (or create one).
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
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.
Next
Follow the Quickstart to connect your first account.