Skip to content

Instantly share code, notes, and snippets.

@kingosticks
Created January 24, 2019 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingosticks/a87fb2ae9dea12b534ef170e8551bc76 to your computer and use it in GitHub Desktop.
Save kingosticks/a87fb2ae9dea12b534ef170e8551bc76 to your computer and use it in GitHub Desktop.
Spotify Connect Queue HTTP endpoint
curl -X "PUT" "https://spclient.wg.spotify.com/connect-state/v1/devices/hobs_12918ba3947cfbc0ccf015710a7063e6bcf" \
--data "{\"member_type\":\"CONNECT_STATE\"}" \
-H "Accept: application/json" -H "Content-Type: application/json" \
-H "Authorization: Bearer <SOME_AUTH>" \
-H "x-spotify-connection-id: <SOME_CONNECTION_ID>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment