Skip to main content
GET
/
project-developer
Get Current Project Developer
curl --request GET \
  --url https://api.terraspect.earth/project-developer \
  --header 'Authorization: Bearer <token>'
{
"name": "Green Forest Initiative",
"domain": "greenforest.org",
"project_developer_id": "pd_123456"
}

Authorizations

Authorization
string
header
required

Standard access token, in the format Authorization: Bearer <token>

Response

Project developer information successfully retrieved

name
string
required

Name of the project developer

Example:

"Green Forest Initiative"

domain
string
required

Domain of the project developer

Example:

"greenforest.org"

project_developer_id
string
required

Unique identifier for the project developer

Example:

"pd_123456"