Announcements

Help Wizard

Step 1

NEXT STEP

Who Me Too'd this topic

404 Response from "Add Item to Playback Queue" Endpoint

If I go to https://developer.spotify.com/documentation/web-api/reference/add-to-queue and try out the supplied curl request:

curl --request POST \
--url 'https://api.spotify.com/v1/me/player/queue?uri=spotify%3Atrack%3A4iV5W9uYEdYUVa79Axb7Rh' \
--header 'Authorization: Bearer <token>'

 

I get a 404 response:

{  "error": {    "status": 404,    "message": "Not found."  }}

 

Is anyone else getting this error?

Who Me Too'd this topic