GET
/
fuel-usage
curl --request GET \
  --url https://dev.api.emerging.eco/emerging-platform/v1/fuel-usage
{
  "household_id": "household-010",
  "fuel_consumed": 42.3,
  "region": "East Region"
}

Response

200
application/json

Successful response

The response is of type object.