Green Button Alliance · Example Payload

Green Button Alliance Backchannel Subscription Response

EnergyUnited StatesUtilitiesElectricityGasWaterSmart MeteringGreen ButtonESPIStandards BodyCertificationConsumer Energy Data

Green Button Alliance Backchannel Subscription Response is an example object payload from Green Button Alliance, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

authorization_idresource_subscription_idcustomer_subscription_idresource_uriauthorization_uricustomer_resource_uri

Example Payload

Raw ↑
{
  "authorization_id": "11111111-1111-5111-8111-111111111111",
  "resource_subscription_id": "22222222-2222-5222-8222-222222222222",
  "customer_subscription_id": "33333333-3333-5333-8333-333333333333",
  "resource_uri": "https://utilityapi.com/DataCustodian/espi/1_1/resource/Batch/Subscription/22222222-2222-5222-8222-222222222222",
  "authorization_uri": "https://utilityapi.com/DataCustodian/espi/1_1/resource/Authorization/11111111-1111-5111-8111-111111111111",
  "customer_resource_uri": "https://utilityapi.com/DataCustodian/espi/1_1/resource/Batch/RetailCustomer/42"
}