Get details of a specific location
cURL
curl --request GET \ --url https://playground.answeringagent.com/api/v1/locations/{location_id} \ --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" }
The ID of the location
Location details
pending
active