GET /search
Full-text search across bookmark titles and descriptions.
Performs a full-text search across bookmark titles and descriptions based on a search query.
Endpoint
GET /search
Parameters
| Name | Type | Description |
|---|---|---|
| q | string | The search query string used to match against bookmark titles and descriptions. |
| limit | integer = 20 | The maximum number of search results to return in the response. |
Response
| Status | Description |
|---|---|
| 200 | Successfully retrieved the list of bookmarks matching the search criteria. Returns object. |