Skip to main content

GET /api/bookmarks/

Return a paginated list of bookmarks.

Retrieves a paginated list of bookmarks, allowing filtering by status. This endpoint provides an overview of stored bookmarks.

Endpoint

GET /api/bookmarks/

Parameters

NameTypeDescription
pageinteger = 1The page number for the results, starting from 1.
per_pageinteger = 25The number of items to return per page, with a maximum of 100.
statusstring = nullFilters the bookmarks by their status. Valid values are 'active', 'archived', or 'trashed'.

Response

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