API Reference
Retrieves a specific location by id.
curl --request GET \ --url https://app.gomangrove.com/api/v1/projects/{project_id}/locations/{location_id} \ --header 'Authorization: <api-key>'
"{\n \"id\": \"loc_8XF1QtGs79oX9A6k\",\n \"lat\": \"40.4773493\",\n \"long\": \"-124.1226179\",\n \"name\": \"Production Facility\",\n \"address\": {\n \"name\": \"Production Facility\",\n \"street_address_1\": null,\n \"street_address_2\": null,\n \"city\": null,\n \"state\": null,\n \"postal_code\": null,\n \"country\": \"CA\",\n }\n}"
The response is of type any.
any