GET /
Return a paginated list of bookmarks.
Return a paginated list of bookmarks.
Endpoint
GET /
Parameters
| Name | Type | Description |
|---|---|---|
| page | int = 1 | The page number to retrieve, starting from 1. |
| per_page | int = 25 | The number of items to return per page, with a maximum limit of 100. |
| status | string = null | A filter to restrict results by their current state, such as active, archived, or trashed. |
Response
| Status | Description |
|---|---|
| 200 | Successfully retrieved the list of bookmarks. Returns application/json. |