Through this endpoint you can retrieve locations for a brand or an agency.
Name | Method | Description | |
---|---|---|---|
/v1/getlocations | GET | This endpoint will retrieve a list of locations under a brand or an agency on the Online Review Manager platform. |
You will recieve a success or error message. See sample success message below:
{ "status": "success", "message": { "locations": [ { "location_id": "SAU1483660123", "location_name": "Location Name ", "store_phone": "(012) 345-6789", "address": "1830 Park Ave.", "city": "El Cajon", "state": "CA", "zip": "92020", "first_name": "David", "last_name": "Paak", "title": "Owner", "email": "email@example.com", "phone": "(012) 345-6789", "location_url": "example.com", "client_location_id": "", "locationStatus": "enable", "response_signature": { "negative_rate": "", "positive_rate": "" }, "escalate_email": [], "location_note": "", "googleQA_note": "", "store_id": "Unique Store ID" } ] } }