Skip to main content
GET
/
cash
/
barcodes
/
retailer_map_url
Get the available retailer map URL.
curl --request GET \
  --url https://api.synctera.com/v2/cash/barcodes/retailer_map_url
{
  "url": "https://example.com/retailer-map"
}

Query Parameters

lat
number

Latitude of the location.

Example:

37.7749

lng
number

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"