Skip to content

Spotify ​

Access music catalog, manage playlists, and control playback via the Spotify Web API.

DetailValue
CategoryMedia
Base URLhttps://api.spotify.com/v1
AuthenticationOAuth2
Endpoints6
Connector keyspotify

Using Spotify in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Spotify from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /meGet current user profile
GET /me/playlistsGet current user playlists
GET /playlists/{playlist_id}Get a playlist
GET /searchSearch for tracks, artists, albums
GET /tracks/{id}Get a track
GET /artists/{id}Get an artist

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.