List all locations for the authenticated reseller. Can filter by organization using query parameter.
cURL
curl --request GET \ --url https://playground.answeringagent.com/api/v1/locations \ --header 'X-API-KEY: <api-key>'
[ { "id": 123, "name": "<string>", "phone_number": "<string>", "status": "pending", "address": "<string>", "google_place_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Filter locations by organization ID
Array of locations
pending
active