GET
/
projects
[
  {
    "id": "<string>",
    "user_id": "<string>",
    "project_name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "area_hectares": 123,
    "centroid_lat": 123,
    "centroid_lon": 123
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

The response is of type object[].