Get a Location
Last updated
Last updated
GET /api/v1/locations/{id} HTTP/1.1
Host: api.livereach.ai
Authorization: YOUR_API_KEY
Accept: */*
{
"result": {
"success": true,
"httpCode": 200
},
"content": {
"id": 1,
"organization_id": 1,
"name": "One Apple Park Way, Cupertino, CA 95014",
"coord": [
-87.9073214,
41.97416
],
"created": "2026-03-11T11:14:57.455Z",
"updated": "2026-03-11T11:14:57.455Z",
"timezone": "America/Los_Angeles",
"region": "US",
"country": "US",
"state": "CA",
"city": "Cupertino",
"metadata": {
"foo": "bar"
}
}
}