Skip to main content
GET
/
cash
/
barcodes
/
retailer_map_url
Get the available retailer map URL.
curl --request GET \
  --url https://api.synctera.com/v1/cash/barcodes/retailer_map_url \
  --header 'Authorization: Bearer <token>'
{
  "url": "https://example.com/retailer-map"
}

Authorizations

Authorization
string
header
required

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

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"