CheckSavedItems
LibraryService
CheckSavedItems
CheckSavedItems checks whether specific items are in the user’s saved collection. Useful for rendering save/unsave toggle state in the UI. Requires the “read” scope.
POST
CheckSavedItems
Headers
OAuth 2.0 Bearer token with the 'read' scope. Required for all library operations. Format: Bearer <access_token>.
Example:
"Bearer eyJhbGciOiJSUzI1NiIs..."
Preferred locale for localized content in returned items (BCP 47).
Example:
"ar"
Body
application/json
Response
Successful response
CheckSavedItemsResponse is the response message indicating which items are saved.
Map of item ID to saved status. Every requested ID appears in this map. True indicates the item is in the user's saved collection.