Credentials
Spotify credentials

Spotify credentials

You can use these credentials to authenticate the following nodes:

Supported authentication methods

  • OAuth2

Related resources

Refer to Spotify's Web API documentation (opens in a new tab) for more information about the service.

Using OAuth2

If you're self-hosting n8n, you'll need a Spotify Developer (opens in a new tab) account so you can create a Spotify app:

  1. Open the Spotify developer dashboard (opens in a new tab).
  2. Select Create an app.
  3. Enter an App name, like n8n integration.
  4. Enter an App description.
  5. Copy the OAuth Redirect URL from n8n and enter it as the Redirect URI in your Spotify app.
  6. Check the box to agree to the Spotify Terms of Service and Branding Guidelines.
  7. Select Create. The App overview page opens.
  8. Copy the Client ID and enter it in your n8n credential.
  9. Copy the Client Secret and enter it in your n8n credential.
  10. Select Connect my account and follow the on-screen prompts to finish authorizing the credential.

Refer to Spotify Apps (opens in a new tab) for more information.