Skip to main content
GET
/
projects
/
v0
Get projects by project developer id
curl --request GET \
  --url https://api.terraspect.earth/projects/v0 \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {
      "project_id": "proj_789012",
      "name": "Kisumu Reforestation Project",
      "project_currency": "KES",
      "project_developer": {
        "project_developer_id": "pd_123456",
        "project_developer_name": "Green Forest Initiative",
        "country_code": "KE",
        "country_name": "Kenya"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

projectDeveloperId
string<uuid>
required

Response

OK

projects
object[]
required