WEM DER Installation

API Reference
NavigationArrow
Postman Collection
NavigationArrow

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

  1. Register with AEMO to use APIs

  2. Request an AEMO SSL certificate to call the APIs

  3. Request for Client Id and Secret associated with API

  4. Call relevant operation with Client Id and Secret to generate the access token

  5. 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.

Authentication methods

This API uses the following security policies:

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).