Retrieve details of completed fuel deliveries.
curl --request GET \ --url https://dev.api.emerging.eco/emerging-platform/v1/claims/fuel-delivery
{ "delivery_id": "delivery-456", "delivery_date": "2024-01-25T00:00:00.000Z", "delivered_quantity": 250 }
Unique identifier of the delivery
Date when the fuel was delivered
Quantity of fuel delivered
Was this page helpful?