cURL
curl --request GET \ --url https://api.example.com/projects/{project_id} \ --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", "geometry": {}, "area_hectares": 123, "centroid_lat": 123, "centroid_lon": 123, "geometry_hash": "<string>", "is_collection": false, "subprojects": [ "<string>" ], "parent_collection": "<string>", "is_control_pool": false }
Get the details of an individual project
Project retrieved successfully