Get offers map clusters

Returns offer clusters for the given map bounding box, suitable for
rendering offer pins on a map view.

Query Params
string
required

The country code for location-based filtering (e.g., "US").

double
required

The latitude of the top-left corner of the map's visible area.

double
required

The longitude of the top-left corner of the map's visible area.

double
required

The latitude of the bottom-right corner of the map's visible area.

double
required

The longitude of the bottom-right corner of the map's visible area.

int32 | null
≥ 0

The maximum number of clusters to generate (hard limit).

int32 | null
≥ 0

The target number of clusters to generate, which the algorithm will attempt to meet.

double | null

The minimum size (distance) for a cluster.

double | null

The maximum size (distance) for a cluster.

string

The units for cluster size, either "KM" or "MI". Defaults to "MI".

Responses

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