Get a Playlist Cover Image
GET
/playlists/{playlist_id}/images
category-playlists
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.spotify.com/playlists//images' \
--header 'Authorization;'
响应示例响应示例
200 - 示例 1
[
{
"height": 0,
"url": "string",
"width": 0
}
]
请求参数
Path 参数
playlist_id
必需
Header 参数
Authorization
必需
This access token must be issued on behalf of the user.
Current playlist image for both Public and Private playlists of any user are retrievable on provision of a valid access token.
返回响应
修改于 2021-08-02 10:49:34