cURL
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" }
Retrieve data on fuel usage aggregated by household, region, or time period.
Successful response
The response is of type object.
object
Was this page helpful?