Skip to main content

GET /api/bookmarks/< bookmark_id >

Retrieve a single bookmark by ID.

Retrieves the details of a specific bookmark using its unique identifier.

Endpoint

GET /api/bookmarks/< bookmark_id >

Parameters

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to retrieve from the database.

Response

StatusDescription
200The bookmark was successfully found and returned. Returns object.
404No bookmark exists with the provided identifier. Returns object.