cURL
curl --request GET \ --url https://api.example.com/projects \ --header 'x-api-key: <api-key>'
[ { "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 } ]
Retrieve a list of all the projects you have registered with Fix6
Successful Response