Skip to main content
GET
/
benefits-sharing
/
v0
Get benefits sharing data for the project
curl --request GET \
  --url https://api.terraspect.earth/benefits-sharing/v0 \
  --header 'Authorization: Bearer <token>'
{
  "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "totalCommunityIncome": "<string>",
  "revenueSharePercent": "<string>",
  "totalParticipants": 123,
  "menPercentage": "<string>",
  "womenPercentage": "<string>",
  "averagePaymentFrequency": "<string>"
}

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

project_id
string<uuid>
required
totalCommunityIncome
string
required
revenueSharePercent
string
required
totalParticipants
number
required
menPercentage
string
required
womenPercentage
string
required
averagePaymentFrequency
string
required