S
Spotify Web API
Details
- URL
-
https://api.spotify.com/v1 - Docs
- https://developer.spotify.com/documentation/web-api
Authentication
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.