This guide shows you how to register your own app with Etsy to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their Etsy account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.