cURL
curl --request GET \ --url https://api.terraspect.earth/payments/v0 \ --header 'Authorization: Bearer <token>'
{ "payments": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "participantId": "<string>", "gender": "MALE", "location": "<string>", "paymentDate": "2023-12-25", "amount": "<string>", "hectares": 123, "status": "<string>", "co2Impact": 123.45 } ] }
All payments related to a project
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
MALE
FEMALE
123.45