Get the current image associated with a specific playlist.
请求示例请求示例
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 参数
Header 参数
返回响应
🟢200On success, the response body contains a list of [image objects](https://developer.spotify.com/documentation/web-api/reference/#object-imageobject) in JSON format and the HTTP status code in the response header is `200` OK
On error, the header status co