Get the current image associated with a specific playlist.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.spotify.com/v1/playlists//images' \
--header'Authorization;'
Response Response Example
200 - Example 1
[{"height":0,"url":"string","width":0}]
Request
Path Params
Header Params
Responses
🟢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