Operator — Energy & Flexibility
Load flexibility control
Sends a load-control command to a group of chargers (e.g., reduce power by 50% across an entire site, or pause all charging for 10 minutes for grid-balancing purposes).
POST
Load flexibility control
Authorizations
OAuth2 client-credentials grant for operator-side integrations.
Obtain an access token by POSTing client_id and client_secret
to /v1/operator/oauth/token. Tokens are valid for 24 hours
(86,400 seconds).
Body
application/json
Available options:
site, operator, all Available options:
set_power_limit, pause_charging Command-specific parameters.
- For
set_power_limit:{ power_limit_percent: int 0–100, duration: int seconds, reason?: string } - For
pause_charging:{ duration: int seconds, reason?: string }
Required when target_type is site or operator.
Response
200 - application/json
Flexibility command issued.