get
https://{yourinstance}.makaira.io/searchable
List all searchable links
Returns a list of all searchable links configured for the current instance. Searchable links are custom URLs that appear in search results when specific keywords are matched.
Requires authentication.
Request
GET /searchable
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a JSON array of searchable link objects.
Response Body
| Field | Type | Description |
|---|---|---|
id | integer | Unique searchable link ID. |
title | string | Display title shown in search results. |
url | string | The URL to surface in search results. |
isExternal | boolean | Whether the URL points to an external site. |
keywords | string | Comma-separated list of keywords that trigger this link. |
200OK

