cURL
curl --request GET \ --url https://api.terraspect.earth/project-developer \ --header 'Authorization: Bearer <token>'
200
Example
{ "name": "Green Forest Initiative", "domain": "greenforest.org", "project_developer_id": "pd_123456"}
Get current project developer
Standard access token, in the format Authorization: Bearer <token>
Authorization: Bearer <token>
Project developer information successfully retrieved
Name of the project developer
"Green Forest Initiative"
Domain of the project developer
"greenforest.org"
Unique identifier for the project developer
"pd_123456"