Skip to main content

GET /< bookmark_id >

Retrieve a single bookmark by ID.

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

Endpoint

GET /< bookmark_id >

Parameters

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to retrieve

Response

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