Skip to main content

GET /api/bookmarks/

Return a paginated list of bookmarks.

Retrieves a paginated list of bookmarks with optional filtering by status.

Endpoint

GET /api/bookmarks/

Parameters

NameTypeDescription
pageint = 1The page number to retrieve for paginated results.
per_pageint = 25The number of bookmark items to include per page, with a maximum limit of 100.
statusstring = nullAn optional filter to restrict results to bookmarks with a specific status such as active, archived, or trashed.

Response

StatusDescription
200Successfully retrieved the list of bookmarks. Returns application/json.