n3rgy · Example Payload

N3Rgy Push Configuration Response Example

EnergyUnited KingdomUtilitiesSmart MeteringElectricityGasSmart Meter DataConsentMeteringEnergy Data

N3Rgy Push Configuration Response Example is an example object payload from n3rgy, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pushNotificationURLdeviceConfigurations

Example Payload

Raw ↑
{
  "pushNotificationURL": "endpoint.com",
  "deviceConfigurations": {
    "ELECTRICITY": [
      "IMPORT",
      "TARIFF"
    ]
  }
}