View fuel purchase claims

GET/claims/fuel-purchase

Retrieve verified claims of purchased fuel units.

Response

fuel_idstring

Unique identifier of the fuel purchase

amountnumber<float>

Amount of fuel purchased

purchase_datestring<date>

Date when the fuel was purchased

Example response

{
  "fuel_id": "fuel-123",
  "amount": 100.5,
  "purchase_date": "2024-01-20"
}