Skip to main content

GET /

Return a paginated list of bookmarks.

Return a paginated list of bookmarks.

Endpoint

GET /

Parameters

NameTypeDescription
pageint = 1The page number to retrieve, starting from 1.
per_pageint = 25The number of items to return per page, with a maximum limit of 100.
statusstring = nullA filter to restrict results by their current state, such as active, archived, or trashed.

Response

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