Skip to main content

POST /api/bookmarks/< bookmark_id >/restore

Restore a bookmark from archive or trash.

Restores a previously archived or trashed bookmark to its active state using its unique identifier.

Endpoint

POST /api/bookmarks/< bookmark_id >/restore

Parameters

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to be restored.

Response

StatusDescription
200The bookmark was successfully found and restored. Returns object.
404No bookmark was found matching the provided identifier. Returns object.