Add an item to queue
POST
/me/player/queue
category-player
请求示例请求示例
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
curl --location --request POST 'https://api.spotify.com/me/player/queue?uri=' \
--header 'Authorization;'
响应示例响应示例
200 - 示例 1
{
"error": {
"message": "string",
"status": 0
}
}
请求参数
Query 参数
uri
必需
device_id
可选
Header 参数
Authorization
必需
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 playback返回响应
修改于 超过 3 年前