WEM DER Installation
Getting Started
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 will first be given access to Pre-Production and must complete your development/testing there prior to getting access to Production.
External Docs
Below are a list of external links for additional context to the API or Program:
n/a
API Details
Authentication Methods
This API is using the following Security Policies:
Note: The TLS certificates used to access Pre-Production are different from those used to access Production.
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).