Custom search merchants

Returns merchants using field-boosted search with optional geo-distance filtering. Either query or all three geo params (lat, lon, distance) must be provided. When both are provided, results must match the query text AND be within the specified distance. When limit is provided the response is paginated and meta.pagination is included. Without limit, all matching results are returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Search query string. Required if geo params are not provided.

double

Latitude for geo-distance filtering. Required together with lon and distance.

double

Longitude for geo-distance filtering. Required together with lat and distance.

integer

Radius in meters for geo-distance filtering. Required together with lat and lon.

integer
1 to 100
Defaults to 20

Number of items to return per page.

string

Opaque pagination cursor returned by a previous response.

Headers
uuid
required

Campaign scope for this request. Filters content to the specified campaign.

string

RFC 7231 language preference. The best match against supported locales (nl-NL, en-GB, de-DE) is selected. Defaults to nl-NL when omitted.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json