Save Shows for Current User
Developing
PUT
/me/shows
category-library
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.spotify.com/v1/me/shows?ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
Response Response Example
200 - Example 1
{}
Request
Query Params
ids
string
required
Header Params
Authorization
string
required
user-library-modify
scope must have been authorized by the user.Body Params application/json