POST
/api/v1/customer/campaigns/near-by-popular-campaigns
This API method will grab a list of hot campaigns available in your near by stores. This will order by the balance history and grab the top X records as specified in the request. The default value is 8 records. Note: this API does not have any pagination.
Sample Request body
Parameter | Value / Type | Required |
|---|---|---|
count | INTEGER (default 8) | true |
latitude | DECIMAL | true |
longitude | DECIMAL | true |
single_account_id | STRING | true |
Sample Response
{
"status": true,
"items": [
{
"name": "asdsfsdf",
"id": "QD59AxOJm2MlenXb14Pw",
"campaign_description": "sdfsfsdf",
"campaign_image": "http://controlcenter.ftx/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
"distance": 0
},
{
"name": "seafood",
"id": "nK8oWGj0zx3kmLP1A53a",
"campaign_description": "seafood",
"campaign_image": "http://controlcenter.ftx/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
"distance": 0
},
{
"name": "efwefef",
"id": "bZ6xBGP2mdoke3R8VX17",
"campaign_description": "No Description",
"campaign_image": "http://controlcenter.ftx/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
"distance": 0
},
{
"name": "wsafsfsadfsdf",
"id": "LZWBJx0PmYZDzwjGdr2v",
"campaign_description": "No Description",
"campaign_image": "http://controlcenter.ftx/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
"distance": 0
},
{
"name": "ADASDADASD",
"id": "xy7bXBgZeMp4EN391JoV",
"campaign_description": "No Description",
"campaign_image": "http://controlcenter.ftx/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
"distance": 0
},
{
"name": "sdfsfsd",
"id": "2qMAbl7VEqxBznXgQD8p",
"campaign_description": "fsdfsdfsdfsdf",
"campaign_image": "http://controlcenter.ftx/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
"distance": 0
},
{
"name": "adasdasdsadsad",
"id": "Z758kjnqmLW5e1K0gDar",
"campaign_description": "No Description",
"campaign_image": "http://controlcenter.ftx/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
"distance": 0
},
{
"name": "OPen account",
"id": "w6PV125gm18ke8jqoYDy",
"campaign_description": "No Description",
"campaign_image": "http://controlcenter.ftx/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
"distance": 0
}
]
}