Spotify Token Generator
Generate access and refresh tokens for the Spotify Web API.
1. Create an app at
developer.spotify.com/dashboard
.
2. Add this redirect URI to your app:
3. Pick a flow below and fill in the credentials.
Auth Flow
Classic (server-side)
Needs client secret. Refresh token does
not
rotate — use for long-running bots/widgets.
PKCE (browser / mobile)
No secret. Refresh token
rotates
on every refresh — only safe if your app persists the new one.
Credentials
Client ID
Client Secret
Scopes
Select all
Clear
Common
Authorize with Spotify
Tokens
Access Token
Copy
Refresh Token
Copy
Granted Scopes
Generate Another