A valid access token from the Spotify Accounts service: see the Web API Authorization Guide for details. The access token must have been issued on behalf of the user. 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.
返回响应
🟢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
application/json
Body
array of:
height
integer<int32>
可选
The image height in pixels. If unknown: null or not returned.
url
string
可选
The source URL of the image.
width
integer<int32>
可选
The image width in pixels. If unknown: null or not returned.