2026-05-27.curie
Curie introduces feed-in support, improved smart meter orders, webhook events, the first
PATCH endpoints, and restructures key resources around top-level endpoints. Older versions keep the removed routes and previous response shapes.Breaking changesSeveral routes are replaced by top-level endpoints. The old routes are removed from this version onwards:Scope the new list endpoints to a single subscription with
filter[subscription][eq]=<id>- The Retrieve usage data response
objectfield changes fromconsumptiontousage. - Meter order responses collapse
statusfrom 14 internal partner-specific states to 8 public values and dropupdated_at; see Retrieve a smart meter order for the full list.POST /meter-ordersis unchanged.
- Feed-in plans compensate customers for electricity they feed into the grid, for example from rooftop solar. Plans and subscriptions carry a
typefield (consumptionorfeed_in). POST /subscriptions/{id}/terminateterminates a subscription via a discriminatedreasonfield:ORDINARY,MOVE_OUT, orWITHDRAWAL.PATCH /subscriptions/{id}updates the billing address, payment method, or metadata.PATCH /customers/{id}updates the customer’s name.- Meter orders report lifecycle timestamps and reasons for cancelled or blocked orders.
- Invoices add support for prepayments and voided invoices via new
typevalues (prepayment,void) and statuses (voided,uncollectible). - Structured validation errors: failures return an
errors[]array with one entry per invalid field instead of a single message. - Webhook events for invoices and smart meter orders.
2026-01-29.edison
Edison adds grid fee reductions for §14a EnWG modules, smart meter orders, and filtering on all list endpoints.New features
GET /grid-fee-reductions,GET /grid-fee-reductions/{id}, andPOST /grid-fee-reductionsmanage grid fee reductions for §14a EnWG modules.GET /meter-orders,GET /meter-orders/{id}, andPOST /meter-ordersmanage smart meter orders for a subscription.- All list endpoints support Filtering.
2025-12-16.batman
Batman introduces pagination on all list endpoints and API versioning.Breaking changes
- List endpoints are paginated. See Pagination. Affects
/customers,/leads,/plans,/subscriptions,/subscriptions/{id}/invoices,/subscriptions/{id}/meter_readings,/suppliers, and/suppliers/search.
- Versioning. Routes stay the same; pin a version per Auth Client or per request via
X-API-Version.
2025-12-01.chucky
Initial public version of the Nomos API.