Skip to main content
GET
/
projects
/
{project_id}
/
locations
List all locations on a project
curl --request GET \
  --url https://app.gomangrove.com/api/v1/projects/{project_id}/locations \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "loc_lGX1KyB6Z1XrSN5h",
      "lat": "40.4773493",
      "long": "-124.1226179",
      "name": "Production Facility",
      "address": {
        "name": "Production Facility",
        "street_address_1": null,
        "street_address_2": null,
        "city": null,
        "state": null,
        "postal_code": null,
        "country": "CA"
      }
    }
  ],
  "info": {
    "items": 5,
    "page_size": 10,
    "total_items": 5,
    "current_page": 1,
    "next_page": null,
    "previous_page": null,
    "total_pages": 1,
    "sort": [],
    "filter": []
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required

Response

200

data
object[]
info
object