GET
/
projects
/
{project_id}
/
locations
/
{location_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}"

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required
location_id
string
required

Response

200
application/json
200

The response is of type any.