Web API •References / Episodes / Check User's Saved Episodes
Check User's Saved Episodes
Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.
This API endpoint is in beta and could change without warning. Please share any feedback that you have, or issues that you discover, in our developer community forum..
Authorization scopes
Access your saved content.
Request
- idsstringRequired
A comma-separated list of the Spotify IDs for the episodes. Maximum: 50 IDs.
Example:ids=77o6BIVlYM3msb4MMIL1jH,0Q86acNRm6V9GYx55SXKwf
Response
Array of booleans
Example:
[false,true]
Response sample
[false, true]