Get a Playlist Cover Image
Developing
GET
/playlists/{playlist_id}/images
category-playlists
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
playlist_id
string
required
Header Params
Authorization
string
required
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.
Responses
Modified at 2022-09-12 10:04:50