Web API •References / Shows / Check User's Saved Shows
Check User's Saved Shows
Check if one or more shows is already saved in the current Spotify user's library.
 Authorization scopes
- Access your saved content. 
Request
- idsstringRequiredA comma-separated list of the Spotify IDs for the shows. Maximum: 50 IDs. Example:ids=5CfCWKI5pZ28U0uOzXkDHe,5as3aKmN2k11yfDDDSrvaZ
Response
Array of booleans
An array of:
Example: 
[false,true]Response sample
[false, true]