Skip to main content
GET
Check if Entity is Saved
Checks if a given entity is saved in any list belonging to the authenticated user.

Query Parameters

entityId
string
required
The ID of the entity to check for

Response

Returns a boolean value indicating if the entity is saved.
result
boolean
true if the entity is saved in any list, false otherwise

Error Responses


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.