List all searchable links

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

HeaderValue
AuthorizationBearer <token>

Response

Returns a JSON array of searchable link objects.

Response Body

FieldTypeDescription
idintegerUnique searchable link ID.
titlestringDisplay title shown in search results.
urlstringThe URL to surface in search results.
isExternalbooleanWhether the URL points to an external site.
keywordsstringComma-separated list of keywords that trigger this link.
Headers
string
required

Makaira Instance ID

Response
200

OK

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!