curl https://api.thanx.com/partner/locations $HEADERS
{ "locations": [ { "id": "92b7b0dac4", "merchant_id": "9a1f0772c9ac", "street": "123 Pizza Lane", "city": "Smalltown", "state": "CA", "zip": "12345", "name": "Pizza Town Co", "phone": "(415) 555-3728" } ], "pagination": { "current_page": 1, "per_page": 10, "total_pages": 1 } }
This endpoint will return all accessible location records
1
10
100
Show pagination