Skip to main content

GET /api/bookmarks/

Return a paginated list of bookmarks.

Retrieves a paginated collection 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 in a single response page (maximum 100).
statusstring = nullA filter to restrict results to bookmarks with a specific state, such as active, archived, or trashed.

Response

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