GET
/
credits
/
retired
curl --request GET \
  --url https://dev.api.emerging.eco/emerging-platform/v1/credits/retired
{
  "credit_id": "credit-789",
  "retirement_date": "2024-01-15T00:00:00.000Z",
  "emission_reductions": 350
}

Response

200
application/json
Successful response
credit_id
string

Unique identifier of the retired credit.

retirement_date
string

Date of credit retirement.

emission_reductions
integer

Amount of emission reductions associated with the retired credit.