Spotify ​
Access music catalog, manage playlists, and control playback via the Spotify Web API.
| Detail | Value |
|---|---|
| Category | Media |
| Base URL | https://api.spotify.com/v1 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | spotify |
Using Spotify in a workflow ​
- Go to Connections and click New Connection.
- Pick Spotify from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /me | Get current user profile |
| GET /me/playlists | Get current user playlists |
| GET /playlists/{playlist_id} | Get a playlist |
| GET /search | Search 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 Callnode configuration, and the response shape.