Check if Entity is Saved
List Endpoints
Check if Entity is Saved
Check if an entity is saved in any user list
GET
Check if Entity is Saved
Checks if a given entity is saved in any list belonging to the authenticated user.
Query Parameters
The ID of the entity to check for
Response
Returns a boolean value indicating if the entity is saved.true if the entity is saved in any list, false otherwiseError Responses
Invalid Entity ID - 400 Bad Request
Invalid Entity ID - 400 Bad Request
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Returns a boolean value indicating if the entity is saved in any of the user’s lists.
- This endpoint checks across all lists belonging to the authenticated user.

