Planting Trees

Plant Trees

POST https://app.thegoodapi.com/plant/trees

Yes, planting trees is really this easy!

Headers

NameTypeDescription

Authorization*

string

<API Key>

Request Body

NameTypeDescription

count

integer

The number of trees you'd like to plant

{
  "total_planted_trees": integer # Total number of trees planted in account lifetime
}

Please make sure to get an API Key from signing up first. To receive your beta_token, email saif@thegoodapi.com and we'll get you sorted

Get Total Trees Planted

GET https://app.thegoodapi.com/plant/trees

Headers

NameTypeDescription

Authorization*

String

<API Key>

{
  "total_planted_trees": int
}

Last updated