Skip to main content
This webhook is in development and not currently exposed by our API. The schema below may change before release.
During a grid event, Axle sends an HTTP POST to the webhook URL you provide. Each request carries a single dispatch instruction: one event, with a target power for every affected asset over a fixed window. You apply that target power to each asset between start_time and end_time. You register your webhook URL when you set up your integration — get in touch to configure it.

Request body

power_kw is the target at the inverter. Axle normally dispatches at the inverter’s maximum power rating, and accounts for household load potentially limiting the power the battery delivers.

Responding

Return a 2xx status to acknowledge receipt.
Acknowledgement and delivery-feedback semantics are still being finalised. Get in touch for the latest detail on how your webhook should respond.