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>'
"{\n  \"id\": \"loc_8XF1QtGs79oX9A6k\",\n  \"lat\": \"40.4773493\",\n  \"long\": \"-124.1226179\",\n  \"name\": \"Production Facility\",\n  \"created_at\": \"2024-12-20T02:49:37.569Z\",\n  \"updated_at\": \"2024-12-20T02:49:37.569Z\",\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

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