Add an item to queue
Developing
POST
/me/player/queue
category-player
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.spotify.com/v1/me/player/queue?uri=' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
"error": {
"message": "string",
"status": 0
}
}
Request
Query Params
uri
string
required
device_id
string
optional
Header Params
Authorization
string
required
The access token must have been issued on behalf of a user.
The access token must have the
user-modify-playback-state
scope authorized in order to control playbackResponses
Modified at 2022-09-12 10:04:50