Skip to main content

Setup

1

Get credentials

Go to the Spotify Developer Dashboard and create an app. Under Edit Settings, add your redirect URI:
Copy the Client ID and Client Secret from the app overview.
2

Configure

Environment variables

Scopes

Default scopes: user-read-email, user-read-private To access additional Spotify data, pass a scopes array:
The user-read-email scope is required to retrieve the user’s email address. Without it, the identity will fall back to the Spotify user ID.

Endpoints

Last modified on April 29, 2026