Authorization: Bearer <accessToken>.
Delta Sync
Fetch collections that changed since your last sync.| Param | Type | Required | Description |
|---|---|---|---|
cursor | string | No | Opaque cursor from previous response. Omit for initial sync. |
limit | integer | No | Max records per page. Default: 200. |
200
Upsert Collection
Create or update a collection. TheclientCollectionId is client-generated.
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Collection display name |
icon | string | No | Icon identifier |
sortOrder | integer | No | Sort position (lower = first) |
200
Delete Collection
Soft-deletes a collection. Bookmarks inside the collection are not deleted — only the collection membership links are removed.204 No Content