curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/entities/is-entity-saved{
"saved": true,
"collections": [
{}
]
}Check whether an entity is saved in any of the current user’s collections
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/entities/is-entity-saved{
"saved": true,
"collections": [
{}
]
}true if the entity is saved in at least one collection.{
"saved": true,
"collections": [
{ "id": "col_abc", "name": "To Read" },
{ "id": "col_xyz", "name": "Favorites" }
]
}
Server Error — 500
{ "error": "Internal server error.", "code": "collection/server-error" }