Get
Last updated
Was this helpful?
Was this helpful?
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": "text",
"coord": [
-87.9073214,
41.97416
],
"created": "2026-01-25T23:52:10.081Z",
"updated": "2026-01-25T23:52:10.081Z",
"archived": false,
"timezone": "America/Los_Angeles",
"region": "US",
"country": "US",
"state": "CA",
"city": "San Jose"
}
}