Skip to main content
GET
/
project
/
{project_id}
Get Project Details
curl --request GET \
  --url https://api.terraspect.earth/project/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "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

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

Path Parameters

project_id
string
required

Unique identifier of the project

Response

Project details successfully retrieved

project_id
string
required

Unique identifier for the project

Example:

"proj_789012"

name
string
required

Official project name

Example:

"Kisumu Reforestation Project"

project_currency
string
required

ISO 4217 currency code

Example:

"KES"

project_developer
object
required