Get a project's perimeter
Path Parameters
stringrequired
The project's unique identifier
Returns
Returns: Project perimeter object
array of arrayrequired
curl 'https://api.lune.co/v1/projects/1vE213P96LbXNap56NAqVoM7knOedQg4/perimeter' \
-H 'Authorization: Bearer <API_KEY>'
{
"coordinates": [
[
{
"lat": 43.8657,
"lon": 10.2513
}
]
]
}