API Connector Spotify GET API

Hey,
Here’s what I want to do: List the playlists of a current user in a RG with the indication of the followers of the playlist.

I get the playlists read out, also the URI of the playlists, cover-images, all no problem.

Here I have to specifically enter the playlist_id. But in the API Connector I can not assign variables, right? The underlined value would have to be a variable that I can best read from the database. Is that possible?

You need to use [parametername] ex:
…/[playlist_id]

Then I get the following error message from Spotify for the call:

There was an issue setting up your call.
Raw response for the API
Status code 404
Not Found

for “GET https://api.spotify.com/v1/playlists/[Playlist_id]

This is my database record:

Got it. Thanks.

1 Like