
WEM DER Installation
About the API
The DER Register is a database of information about DER devices that is foundational to AEMO’s Distributed Energy Resources (DER) Program. WEM DER Installation v2 APIs enable Western Power to access the system and provide information to the DER Register via APIs.
Getting access
Register with AEMO to use APIs
Request an AEMO SSL certificate to call the APIs
Request for Client Id and Secret associated with API
Call relevant operation with Client Id and Secret to generate the access token
Use the access token and the SSL certificate to access WEM DER Installation v2 APIs
During formal onboarding, you are provided access to pre-production and must complete your development and testing there prior to getting access to production.
Note: Pre-production and production environments use different TLS certificates.
Endpoints
Below are the base URLs used for this API:
Environment
Base URL
Data Type
Pre-Production Internet Entry (Main API)
https://partner.api.preprod.aemo.com.au/v2/der-register
Test Data
Pre-Production Internet Entry (Oauth)
https://api.preprod.aemo.com.au/oauth/v1/
Test Data
Production Internet Entry (Main API)
https://partner.api.aemo.com.au/v2/der-register
Live Data
Production Internet Entry (Oauth)
https://api.aemo.com.au/oauth/v1
Live Data
Parameters
Paths, Headers, Request Body and Responses can be found in the API Reference (OpenAPI Spec).