Error 413 on spotify

Hey, so I had a first look into this and Spotify seems to be fairly API friendly.

Here’s a quick example workflow, fetching 25 tracks using an offset value and the Set node afterwards to keep only artist and track name:

Example Workflow

The endpoint used is documented by Spotify here: Web API Reference | Spotify for Developers

You can see how I simply copied the method (GET) and URL (https://api.spotify.com/v1/me/tracks) in the respective fields of the HTTP Request node and added query parameters for limit and offset.

The authentication is relatively simple as well, these are the values I’ve used for my OAuth2 credentials (you’d simply need to set your own client ID and client secret):