API Reference
List all locations of a given project.
cURL
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": [] } }
200
Show child attributes