Check if a URL exists in bookmarks
GET/bookmarks/check-url
Check if a URL is already bookmarked. Uses substring matching to find candidates, then normalizes URLs (ignoring hash fragments and trailing slashes) for exact comparison.
Request
Responses
- 200
- 401
Object indicating whether the URL is bookmarked. bookmarkId is null if not found.
Unauthorized — the Bearer token is missing, invalid, or expired.