GET
/
credits
/
cancelled
Get cancelled credits
curl --request GET \
  --url https://dev.api.emerging.eco/emerging-platform/v1/credits/cancelled
{
  "credit_id": "credit-001",
  "cancellation_date": "2024-01-05T00:00:00.000Z"
}

Response

Successful response

credit_id
string

Unique identifier of the invalidated credit.

cancellation_date
string<date>

Date of credit cancellation.