Endpoint
x-api-key header.
Query Parameters
Search query string. Min length: 1 character.
Page number. Min:
1. Default: 1.Results per page. Min:
1, Max: 100. Default: 25.Opaque pagination cursor from a previous response.
Example Request
cURL
Response
Same shape asGET /v1/discovery/merchants — returns AffiliateDiscoveryMerchantListResponse.
The search query string.
Current page index.
Page size.
Array of matching merchant objects. See List Affiliate Merchants for the full field reference.
Cursor for the next page.
null when no more results remain.Result set expiry timestamp.
Error Responses
| Status Code | Description |
|---|---|
403 Forbidden | Missing API key |
503 Service Unavailable | Merchant search not configured |
422 Unprocessable Entity | Validation error |