Skip to main content

From 2025-12-16.batman to 2026-01-29.edison

New Endpoints
  • GET /grid-fee-reductions — List all grid fee reductions
  • GET /grid-fee-reductions/{id} — Get a grid fee reduction by ID
  • POST /grid-fee-reductions — Create a grid fee reduction for §14a EnWG modules
  • GET /meter-orders — List all meter orders
  • GET /meter-orders/{id} — Get a meter order by ID
  • POST /meter-orders — Create a meter order for a subscription
New Features
  • All GET ALL endpoints now support Filtering

From 2025-12-01.chucky to 2025-12-16.batman

We are introducing API Versioning. Route paths remain unchanged—API versioning is handled via request headers. BREAKING CHANGE To prevent returning thousands of objects in our GET ALL endpoints, we are introducing Pagination. This affects the following list endpoints:
  • /customers
  • /leads
  • /plans
  • /subscriptions
  • /subscriptions/{id}/invoices
  • /subscriptions/{id}/meter_readings
  • /suppliers
  • /suppliers/search