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
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to retrieve |
Response
| Status | Description |
|---|---|
| 200 | The bookmark was successfully found and returned Returns object. |
| 404 | No bookmark exists with the provided identifier Returns object. |