Skip to main content
GET
Get the available retailer map URL.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

lat
number<float>

Latitude of the location.

Example:

37.7749

lng
number<float>

Longitude of the location.

Example:

-122.4194

Response

Successful retrieval of the retailer map URL

url
string<uri>
required

URL of the retailer map.

Example:

"https://example.com/retailer-map"