cURL
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>" } }
Get payments flow for the project
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes