Skip to main content
GET
/
projects
/
{project_id}
/
locations
/
{location_id}
Retrieve a location
curl --request GET \
  --url https://app.gomangrove.com/api/v1/projects/{project_id}/locations/{location_id} \
  --header 'Authorization: <api-key>'
{
  "id": "loc_8XF1QtGs79oX9A6k",
  "lat": "40.4773493",
  "long": "-124.1226179",
  "name": "Production Facility",
  "created_at": "2024-12-20T02:49:37.569Z",
  "updated_at": "2024-12-20T02:49:37.569Z",
  "address": {
    "name": "Production Facility",
    "street_address_1": null,
    "street_address_2": null,
    "city": null,
    "state": null,
    "postal_code": null,
    "country": "CA"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required
location_id
string
required

Response

200

id
string
Example:

"loc_8XF1QtGs79oX9A6k"

lat
string
Example:

"40.4773493"

long
string
Example:

"-124.1226179"

name
string
Example:

"Production Facility"

created_at
string
Example:

"2024-12-20T02:49:37.569Z"

updated_at
string
Example:

"2024-12-20T02:49:37.569Z"

address
object