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