Appearance
List search links
GET /publisher/search-links
Returns Search links available to the authenticated publisher.
Query parameters
| Parameter | Required | Description |
|---|---|---|
token | Yes | Publisher API key with publisher:search:read. |
bash
curl --get "https://api.example.com/publisher/search-links" \
--data-urlencode "token=YOUR_NEXUS_API_KEY"Example response
json
{
"status": "success",
"message": "Search Links list",
"data": [
{
"sid": 422,
"name": "Example Search link",
"enable_cap": false,
"search_cap": 0,
"created_at": "2026-08-01 11:26:28",
"status": 1
}
]
}Reuse the Search link ID
Use the returned sid as the optional filter in Get search report.