Retrieve verified claims of purchased fuel units.
curl --request GET \ --url https://dev.api.emerging.eco/emerging-platform/v1/claims/fuel-purchase
{ "fuel_id": "fuel-123", "amount": 100.5, "purchase_date": "2024-01-20T00:00:00.000Z" }
Unique identifier of the fuel purchase
Amount of fuel purchased
Date when the fuel was purchased
Was this page helpful?