Skip to main content

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.

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.
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

  1. From the developer portal, navigate to the Create a New App.
  2. Fill in the required details: app name, description, and intended use.
  3. Accept the developer terms and click Read Terms and Create App.
  4. Wait for the app to be reviewed by the Etsy team. Once approved, you can access your app settings.
  5. 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.
For more details, see Etsy’s OAuth documentation.