GET Profile/locations
Return full details of the various locations added to the users profile, and their visibility.
Example JSON response:
{ "results": [ { "id": 18, "name": "Acme Dive Tours Cairns", "address_1": "The pier", "address_2": "", "city": "Cairns", "state": "Qld", "zip": "", "country_code": "AU", "country": "Australia", "lat": -16.921476, "lng": 145.780396, "opening_info": "", "more_info": "Our office & departure point" }, { "id": 19, "name": "The Training Complex", "address_1": "270 Browns Road", "address_2": "", "city": "Cairns", "state": "QLD", "zip": "", "country_code": "AU", "country": "Australia", "lat": -16.931349, "lng": 145.752884, "opening_info": "", "more_info": "This is our training pool. It's also where we do the medicals." }, { "id": 47, "name": "Acme Dive Exmouth", "address_1": "Yardie Creek Road", "address_2": "", "city": "Exmouth", "state": "Western Australia", "zip": "", "country_code": "AU", "country": "Australia", "lat": -22.424377, "lng": 113.751907, "opening_info": "", "more_info": "" } ], "num_records": 3, "status": "OK" }