Bookmarked ID list

GET/bookmarks/ids

Retrieve the array of bookmarked entity IDs for the authenticated user, newest first.

AuthLogin required

Query parameters

entitystringrequired

Entity type (required; invalid value returns 400)

Response

FieldTypeDescription
entityIdsstring[]Array of bookmarked IDs
Request
curl https://api.4s.link/bookmarks/ids \
-H "Authorization: Bearer 4s_at_..."
Example response
{
"entityIds": ["e1f2a3b4-...", "e5f6a7b8-..."]
}