S
Spotify Open Access API
Details
- URL
-
https://open-access.spotify.com/api/v1 - Docs
- https://developer.spotify.com/documentation/open-access
Authentication
Authorization: Bearer <credential> Create a Spotify app in the Developer Dashboard. Then use one of Spotify's OAuth flows documented in Authorization to get an access token. Supported flows include authorization code, authorization code with PKCE, and client credentials. Send the resulting token as Authorization: Bearer <access_token>. Use scopes required by each API endpoint.