API Reference
Retrieves a specific location by id.
cURL
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" } }
200
"loc_8XF1QtGs79oX9A6k"
"40.4773493"
"-124.1226179"
"Production Facility"
"2024-12-20T02:49:37.569Z"
Show child attributes