How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AGL CDR Energy API

AGL's mandated Consumer Data Right energy data-sharing surface, implementing the DSB Consumer Data Standards CDR Energy API v1.36.0 — service points, electricity usage, DER register detail, accounts, balances, invoices, billing, payment schedules and concessions. These endpoints are consumer-authorised: only an Accredited Data Recipient (or a CDR representative/sponsored party) holding CDR Register-issued certificates can call them, over mTLS, after the consumer completes AGL's CDR consent flow. The base URI is not published — it is distributed to accredited participants through the CDR Register, so none is recorded here. AGL's own outage feed confirms the consent flow is a live, operated service. AEMO acts as secondary data holder for NMI standing data and metering data, which AGL requests on the consumer's behalf.

AGL CDR Energy API is one of 3 APIs that AGL Energy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Consumer Data Right, CDR, Energy, Usage, and Billing. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 23 operations across 18 paths, organized into 7 resource areas, and defines 133 schemas. It is described by OpenAPI 3.0.3, at version 1.36.0.

Requests are made against a single base URL, https://mtls.dh.example.com/cds-au/v1.

23 operations 18 paths 133 schemas 18 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.36.0
Server
https://mtls.dh.example.com/cds-au/v1
Resource Areas
7

Paths & Operations 23

Across 18 paths, the API surfaces 23 operations — 18 GET, 5 POST. They span 7 resource areas: Energy Plans, Electricity Service Points, Electricity Usage, Distributed Energy Resources, Energy Accounts, Energy Account Balances, Energy Account Billing. Each is listed below with its method, path, parameters, and response codes.

Energy Plans 2

Energy Plan endpoints

GET
/energy/plans
Get Generic Plans
listEnergyPlans 9 params → 200400406422
GET
/energy/plans/{planId}
Get Generic Plan Detail
getEnergyPlanDetail 3 params → 200400404406
Electricity Service Points 2

Electricity Service Point endpoints

GET
/energy/electricity/servicepoints
Get Service Points
listElectricityServicePoints 8 params → 200400406422
GET
/energy/electricity/servicepoints/{servicePointId}
Get Service Point Detail
getElectricityServicePointDetail 7 params → 200400404406
Electricity Usage 3

Electricity Usage endpoints

GET
/energy/electricity/servicepoints/{servicePointId}/usage
Get Usage For Service Point
getElectricityServicePointUsage 12 params → 200400404406422
GET
/energy/electricity/servicepoints/usage
Get Bulk Usage
listElectricityUsageBulk 11 params → 200400406422
POST
/energy/electricity/servicepoints/usage
Get Usage For Specific Service Points
listElectricityUsageForServicePoints 11 params body → 200400406422
Distributed Energy Resources 3

Distributed Energy Resource endpoints

GET
/energy/electricity/servicepoints/{servicePointId}/der
Get DER For Service Point
getElectricityDERForServicePoint 7 params → 200400404406
GET
/energy/electricity/servicepoints/der
Get Bulk DER
listElectricityDERBulk 8 params → 200400406422
POST
/energy/electricity/servicepoints/der
Get DER For Specific Service Points
listElectricityDERForSpecificServicePoints 8 params body → 200400406422
Energy Accounts 4

Energy Account endpoints

GET
/energy/accounts
Get Energy Accounts
listEnergyAccounts 9 params → 200400406422
GET
/energy/accounts/{accountId}
Get Energy Account Detail
getEnergyAccountDetail 7 params → 200400404406
GET
/energy/accounts/{accountId}/payment-schedule
Get Agreed Payment Schedule
getEnergyAccountPaymentSchedule 7 params → 200400404406
GET
/energy/accounts/{accountId}/concessions
Get Concessions
getEnergyAccountConcessions 7 params → 200400404406
Energy Account Balances 3

Energy Account Balance endpoints

GET
/energy/accounts/{accountId}/balance
Get Balance For Energy Account
getEnergyAccountBalance 7 params → 200400404406
GET
/energy/accounts/balances
Get Bulk Balances for Energy
listEnergyAccountBalancesBulk 8 params → 200400406422
POST
/energy/accounts/balances
Get Balances For Specific Energy Accounts
listEnergyAccountBalancesSpecificAccounts 8 params body → 200400406422
Energy Account Billing 6

Energy Account Billing endpoints

GET
/energy/accounts/{accountId}/invoices
Get Invoices For Account
getEnergyAccountInvoices 11 params → 200400404406422
GET
/energy/accounts/invoices
Get Bulk Invoices
listEnergyAccountInvoicesBulk 10 params → 200400406422
POST
/energy/accounts/invoices
Get Invoices For Specific Accounts
listEnergyInvoicesForSpecificAccounts 10 params body → 200400406422
GET
/energy/accounts/{accountId}/billing
Get Billing For Account
getBillingForEnergyAccount 11 params → 200400404406422
GET
/energy/accounts/billing
Get Bulk Billing
listEnergyAccountBillingBulk 10 params → 200400406422
POST
/energy/accounts/billing
Get Billing For Specific Accounts
listEnergyAccountBillingForSpecificAccounts 10 params body → 200400406422

Schemas 133

The contract defines 133 schemas that model the data the API accepts and returns. The most detailed are CommonPAFAddress (22 properties), EnergyPlanContractV3 (16 properties), EnergyDerRecord_protectionMode (15 properties), EnergyPlan (14 properties). Each schema is shown below with its type and property counts.

EnergyPlanListResponse
object
3 properties 3 required
EnergyPlanResponseV3
object
3 properties 2 required
EnergyServicePointListResponseV2
object
3 properties 3 required
EnergyServicePointDetailResponseV2
object
3 properties 2 required
EnergyUsageListResponse
object
3 properties 3 required
EnergyDerListResponse
object
3 properties 3 required
EnergyDerDetailResponse
object
3 properties 2 required
EnergyAccountListResponseV2
object
3 properties 3 required
EnergyAccountDetailResponseV4
object
3 properties 2 required
EnergyPaymentScheduleResponse
object
3 properties 2 required
EnergyConcessionsResponse
object
3 properties 2 required
EnergyBalanceListResponse
object
3 properties 3 required
EnergyBalanceResponse
object
3 properties 2 required
EnergyInvoiceListResponse
object
3 properties 3 required
EnergyBillingListResponseV3
object
3 properties 3 required
PrimaryResponseErrorListV1
object
1 property 1 required
PrimaryErrorV1
object
ResponseErrorListV2
object
1 property 1 required
ErrorV2
object
4 properties 3 required
EnergyPlan
object
14 properties 6 required
EnergyPlanDetailV3
EnergyPlanContractV3
object
16 properties 4 required
EnergyPlanContractFullV3
EnergyPlanControlledLoadV2
object
6 properties 2 required
EnergyPlanIncentives
object
4 properties 3 required
EnergyPlanDiscounts
object
10 properties 3 required
EnergyPlanGreenPowerCharges
object
5 properties 4 required
EnergyPlanEligibility
object
3 properties 2 required
EnergyPlanFees
object
5 properties 2 required
EnergyPlanSolarFeedInTariffV3
object
9 properties 4 required
EnergyPlanTariffPeriodV2
object
12 properties 4 required
EnergyDaysEnum
string
EnergyServicePointV2
object
10 properties 7 required
EnergyServicePointDetailV2
EnergyUsageRead
object
11 properties 4 required
EnergyDerRecord
object
8 properties 6 required
EnergyAccountBaseV2
object
5 properties 1 required
EnergyAccountV2
EnergyAccountDetailV4
EnergyPaymentSchedule
object
6 properties 1 required
EnergyConcession
object
10 properties 2 required
EnergyInvoice
object
14 properties 6 required
EnergyInvoiceGasUsageCharges
object
6 properties 4 required
EnergyInvoiceElectricityUsageCharges
object
6 properties 4 required
EnergyInvoiceAccountCharges
object
Object contains account level charges and credits related to electricity usage.
3 properties 2 required
EnergyBillingTransactionV3
object
9 properties 3 required
EnergyBillingUsageTransactionV2
object
12 properties 5 required
EnergyBillingDemandTransactionV3
object
12 properties 5 required
MeasureUnitEnum
string
EnergyBillingOnceOffTransaction
object
4 properties 2 required
EnergyBillingOtherTransaction
object
9 properties 2 required
EnergyBillingPaymentTransaction
object
2 properties 2 required
CommonPhysicalAddress
object
3 properties 1 required
CommonSimpleAddress
object
Required if addressUType is set to simple.
8 properties 3 required
CommonPAFAddress
object
Australian address formatted according to the file format defined by the [PAF file format](https://auspost.com.au/content/dam/auspostcorp/media/documents/austr…
22 properties 3 required
RequestServicePointIdListV1
object
2 properties 1 required
RequestAccountIdListV1
object
2 properties 1 required
EnergyPlanId
string
The unique identifier for the Energy plan.
EnergyServicePointId
string
A unique identifier for an Energy service point, generated according to [CDR ID Permanence](id-permanence) requirements.
EnergyAccountId
string
A unique identifier for an Energy account, generated according to [CDR ID Permanence](id-permanence) requirements.
Links
object
1 property 1 required
Meta
object
LinksPaginated
object
5 properties 1 required
MetaPaginated
object
2 properties 2 required
EnergyPlanListResponse_data
object
1 property 1 required
EnergyServicePointListResponseV2_data
object
1 property 1 required
EnergyUsageListResponse_data
object
1 property 1 required
EnergyDerListResponse_data
object
1 property 1 required
EnergyAccountListResponseV2_data
object
1 property 1 required
EnergyPaymentScheduleResponse_data
object
1 property 1 required
EnergyConcessionsResponse_data
object
1 property 1 required
EnergyBalanceListResponse_data_balances
object
2 properties 2 required
EnergyBalanceListResponse_data
object
1 property 1 required
EnergyBalanceResponse_data
object
1 property 1 required
EnergyInvoiceListResponse_data
object
1 property 1 required
EnergyBillingListResponseV3_data
object
1 property 1 required
PrimaryErrorV1_allOf
object
1 property
ErrorV2_meta
object
Additional data for customised error codes.
1 property
EnergyPlan_additionalInformation
object
Object that contains links to additional information on specific topics.
5 properties
EnergyPlan_geography
object
Describes the geographical area that the plan is available for. If absent then it is assumed the plan is not geographically limited.
3 properties 1 required
EnergyPlanDetailV3_allOf_meteringCharges
object
5 properties 2 required
EnergyPlanDetailV3_allOf
object
3 properties
EnergyPlanContractV3_intrinsicGreenPower
object
Describes intrinsic green power for the plan. If present then the plan includes a percentage of green power in the base plan. Should not be present for gas con…
1 property 1 required
EnergyPlanContractFullV3_allOf
object
6 properties 1 required
EnergyPlanControlledLoadV2_singleRate_rates
object
3 properties 1 required
EnergyPlanControlledLoadV2_singleRate
object
Object representing a single controlled load rate. Required if rateBlockUType is singleRate.
5 properties 2 required
EnergyPlanControlledLoadV2_timeOfUse
object
5 properties
EnergyPlanControlledLoadV2_timeOfUseRates
object
7 properties 4 required
EnergyPlanDiscounts_percentOfBill
object
Required if methodUType is percentOfBill.
1 property 1 required
EnergyPlanDiscounts_percentOfUse
object
Required if methodUType is percentOfUse.
1 property 1 required
EnergyPlanDiscounts_fixedAmount
object
Required if methodUType is fixedAmount.
1 property 1 required
EnergyPlanDiscounts_percentOverThreshold
object
Required if methodUType is percentOverThreshold.
2 properties 2 required
EnergyPlanGreenPowerCharges_tiers
object
3 properties 1 required
EnergyPlanSolarFeedInTariffV3_singleTariff_rates
object
3 properties 1 required
EnergyPlanSolarFeedInTariffV3_singleTariff
object
Represents a constant tariff. Mandatory if tariffUType is set to singleTariff.
2 properties 1 required
EnergyPlanSolarFeedInTariffV3_timeVariations
object
3 properties 1 required
EnergyPlanSolarFeedInTariffV3_timeVaryingTariffs
object
5 properties 2 required
EnergyPlanTariffPeriodV2_bandedDailySupplyCharges
object
3 properties 1 required
EnergyPlanTariffPeriodV2_singleRate
object
Object representing a single rate. Required if rateBlockUType is singleRate.
5 properties 2 required
EnergyPlanTariffPeriodV2_timeOfUse
object
3 properties 3 required
EnergyPlanTariffPeriodV2_timeOfUseRates
object
6 properties 4 required
EnergyPlanTariffPeriodV2_demandCharges
object
11 properties 6 required
EnergyServicePointV2_consumerProfile
object
2 properties
EnergyServicePointDetailV2_allOf_distributionLossFactor
object
3 properties 3 required
EnergyServicePointDetailV2_allOf_relatedParticipants
object
2 properties 2 required
EnergyServicePointDetailV2_allOf_specifications
object
Technical characteristics of the meter.
6 properties 2 required
EnergyServicePointDetailV2_allOf_registers
object
10 properties 2 required
EnergyServicePointDetailV2_allOf_meters
object
3 properties 2 required
EnergyServicePointDetailV2_allOf
object
4 properties 3 required
EnergyUsageRead_basicRead
object
Mandatory if readUType is set to basicRead.
2 properties 1 required
EnergyUsageRead_intervalRead_readQualities
object
3 properties 3 required
EnergyUsageRead_intervalRead
object
Mandatory if readUType is set to intervalRead.
4 properties 1 required
EnergyDerRecord_protectionMode
object
Required only when the hasCentralProtectionControl flag is set to true. One or more of the object fields will be provided to describe the protection modes in p…
15 properties
EnergyDerRecord_derDevices
object
9 properties 4 required
EnergyDerRecord_acConnections
object
10 properties 5 required
EnergyAccountV2_allOf_planOverview
object
Mandatory if openStatus is OPEN.
3 properties 1 required
EnergyAccountV2_allOf_plans
object
3 properties 1 required
EnergyAccountV2_allOf
object
The array of plans containing service points and associated plan details.
1 property 1 required
EnergyAccountDetailV4_allOf_planDetail
object
Detail on the plan applicable to this account. Mandatory if openStatus is OPEN.
5 properties 1 required
EnergyAccountDetailV4_allOf_authorisedContacts
object
5 properties 1 required
EnergyAccountDetailV4_allOf_plans
object
5 properties 1 required
EnergyAccountDetailV4_allOf
object
The array of plans containing service points and associated plan details.
1 property 1 required
EnergyPaymentSchedule_cardDebit
object
Represents a regular credit card payment schedule. Mandatory if paymentScheduleUType is set to cardDebit.
3 properties 3 required
EnergyPaymentSchedule_directDebit
object
Represents a regular direct debit from a specified bank account. Mandatory if paymentScheduleUType is set to directDebit.
5 properties 2 required
EnergyPaymentSchedule_digitalWallet
object
Represents a regular payment from a digital wallet. Mandatory if paymentScheduleUType is set to digitalWallet.
6 properties 6 required
EnergyPaymentSchedule_manualPayment
object
Represents a manual payment schedule where the customer pays in response to a delivered statement. Mandatory if paymentScheduleUType is set to manualPayment.
1 property 1 required
EnergyInvoice_period
object
Object containing the start and end date for the period covered by the invoice. Mandatory if any usage or demand based charges are included in the invoice.
2 properties 2 required
EnergyInvoice_payOnTimeDiscount
object
A discount for on time payment.
3 properties 2 required
EnergyInvoiceGasUsageCharges_otherCharges
object
3 properties 2 required
EnergyBillingUsageTransactionV2_calculationFactors
object
2 properties 2 required
EnergyBillingUsageTransactionV2_adjustments
object
2 properties 2 required
RequestServicePointIdListV1_data
object
1 property 1 required
RequestAccountIdListV1_data
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

agl-energy-cds-energy-openapi.json Raw ↑

Other APIs AGL Energy publishes across the network.

AGL CDR Discovery (Common) API
AGL Energy Product Reference Data (PRD) API
Where this information came from

This is an independent, third-party profile of AGL CDR Energy API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.