Skip to main content
GET
/
payments
/
flows
/
v0
Get payments flow data for the project
curl --request GET \
  --url https://api.terraspect.earth/payments/flows/v0 \
  --header 'Authorization: Bearer <token>'
{
  "netCo2Removed": "<string>",
  "pricePerCredit": "<string>",
  "revenue": "<string>",
  "projectCosts": "<string>",
  "netRevenue": "<string>",
  "tax": "<string>",
  "revenueSplit": {
    "community": "<string>",
    "developer": "<string>",
    "implementer": "<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

netCo2Removed
string
required
pricePerCredit
string
required
revenue
string
required
projectCosts
string
required
netRevenue
string
required
tax
string
required
revenueSplit
object
required