Get https://whitelabel.markets/demos/apex/api/v1/cashpayment/retailers
Authorization* string
Pass your {secret_key} as a bearer token in the request header to authorize this call
page string
Sets the page number; use "all" to retrieve all items. The default is 1
limit integer
Specifies the default number of items per page, with a default setting of 20
{
"data": [
{
"id": "8c18df22-04e9-41b2-b41d-e7e4cd9a0dd6",
"merchant": "Candy Bus",
"store_name": "7 Eleven",
"latitude": "40.7770434",
"longitude": "-74.0285204",
"address": "3900 John F. Kennedy Blvd, Union City, NJ 07087, USA",
"country": "US"
},
{
"id": "e814bba5-7a13-4506-af25-5c1f13005131",
"merchant": "Flex OEM Wheels",
"store_name": "CVS Pharmacy",
"latitude": "40.7917259",
"longitude": "-74.0569089",
"address": "101 Plaza Center, Secaucus, NJ 07094, USA",
"country": "US"
}
]
}