S

Spotify Web API

REST discovered

Details
URL
https://api.spotify.com/v1
Docs
https://developer.spotify.com/documentation/web-api
Authentication
Spotify OAuth access token oauth2 discovered Set up OAuth ↗

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.