June 2024 Update
5 months ago by James Gordey
Overview
- Instant utility support: Bayou now authenticates accounts in one second and returns data within 60 seconds or less for utilities covering 52% of the US population.
- Updates to the API call - Get multiple bills for a specific customer: Retrieved bills can now be filtered and are sorted according to their billed on date.
Instant utility support
Bayou now authenticates accounts in one second and returns data within 60 seconds or less for utilities covering 52% of the US population.
New instant utilities that have been added this month are:
- Arizona Public Service
- Delmarva Power
- DTE Energy
- Kentucky Utilities
- Pacific Power
- San Diego Gas and Electric
Updates to the API call - Get multiple bills for a specific customer
Sorting
Returned bills are now sorted by their billed_on date (most recent first and oldest last)
Filtering with Query parameters
Retrieved bills can now be filtered by account_number, meter_id, limit (quantity of bills returned), and the start date and end date of the bill's billed_on date.
Errors
New errors have also been added to the API to handle potential scenarios around using the query parameters.