Skip to main content
POST
/
v1
/
devices
/
pv
/
flex
curl --request POST \
  --url https://api.nox.energy/v1/devices/pv/flex \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "target_kw": 2.5
}
'
{
  "meta": {
    "energy_supplier": "Energy Supplier A"
  }
}

Authorizations

x-api-key
string
header
required

API Key authentication. Enter your API key in the format: YOUR_API_KEY

Body

application/json
target_kw
number | null

Target power in kW to reduce production with.

target_percentage
number | null

Target percentage of max capacity to reduce production with.

end_time
string | null

End time for the flex request in ISO 8601 format in UTC. If not provided, the flex request will be applied indefinitely until a new request is made.

Response

All controls accepted successfully

meta
DevicesPVFlexMeta · object
required