Retrieve records of Certified Emission Reductions (CERs) achieved.
curl --request GET \ --url https://dev.api.emerging.eco/emerging-platform/v1/claims/emission-reduction
{ "project_id": "project-789", "period": "2023-Q4", "reductions": 300 }
Unique identifier of the project
Time period for which emissions were reduced
Amount of emissions reduced
Was this page helpful?