cURL
curl --request GET \ --url https://api.terraspect.earth/financials/overview/{project_id} \ --header 'Authorization: Bearer <token>'
200
Example
{ "project_id": "proj_789012", "revenue_share_percentage": 30.5, "payment_frequency": 30}
Get overview of financials for a project
Extended access token required for more sensitive data, in the format Authorization: Bearer <token>
Authorization: Bearer <token>
Unique identifier of the project
Financial overview successfully retrieved
Project identifier
"proj_789012"
Percentage of revenue shared with community
0 <= x <= 100
30.5
Average payment frequency in days
x >= 1
30