cURL
curl --request GET \ --url https://api.terraspect.earth/project-developers/v0 \ --header 'Authorization: Bearer <token>'
{ "projectDevelopers": [ { "project_developer_id": "pd_123456", "project_developer_name": "Green Forest Initiative", "country_code": "KE", "country_name": "Kenya" } ] }
Get a project developer ID using its name
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
Unique identifier for the project developer
"pd_123456"
Official name of the project developer
"Green Forest Initiative"
ISO 3166-1 alpha-2 country code
2
"KE"
Full country name
"Kenya"