Bookmarked ID list
GET
/bookmarks/idsRetrieve the array of bookmarked entity IDs for the authenticated user, newest first.
| Auth | Login required |
|---|
Query parameters
entitystringrequiredEntity type (required; invalid value returns 400)
Response
| Field | Type | Description |
|---|---|---|
entityIds | string[] | Array of bookmarked IDs |
Request
curl https://api.4s.link/bookmarks/ids \-H "Authorization: Bearer 4s_at_..."
Example response
{"entityIds": ["e1f2a3b4-...", "e5f6a7b8-..."]}