Skip to main content
GET
/
payments
/
v0
Get payments data for the project
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

project_id
string<uuid>
required

Response

OK

payments
object[]
required