AEMO Identity Service(v2) API

Introduction

Operations 1

POST /ChangePassword authPost #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aemo-identityservice-v2-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aemo-identityservice-v2-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: IdentityService(v2) Identity Service(v2) Identity Service(v2) API
  description: '## Introduction

    This API is used by a Participant to update their password for MSATs.


    For details on how to get access and business rules for this API:


    <a href="/api-docs"><img src="./files/ViewAPIDocsButton.png" alt="View API Docs" /></a>'
  version: '3.0'
  x-origin:
  - format: openapi
    source: AEMO API Management developer portal
    url: https://dev.aemo.com.au/developer/apis/identityService-v2/operations?api-version=2022-04-01-preview
servers:
- url: https://api-prd.aemo.local/ws/Common/identityService
security:
- {}
- apiKeyHeader: []
- apiKeyQuery: []
tags:
- name: IdentityService(v2)
  description: Introduction
paths:
  /ChangePassword:
    post:
      operationId: authPost
      summary: authPost
      tags:
      - IdentityService(v2)
      description: Use this resource to replace your Old MSATs Password with a New Password
      parameters:
      - name: X-initiatingParticipantID
        in: header
        required: true
        schema:
          type: string
        description: Primary Market Participant ID
      - name: X-market
        in: header
        required: true
        schema:
          type: string
        description: The ID of the Market
      - name: Authorization
        in: header
        required: true
        schema:
          type: string
        description: basic auth
      requestBody:
        content:
          application/json:
            example:
              OldPassword: TmVtbWNvMDI=
              NewPassword: TmVtbWNvMDE=
      responses:
        '200':
          description: If success = true, password changed successfully.  If success = false, Failed changing password, please try again.
          content:
            application/json:
              example:
                Success: true
                Message: Successfully changed password
        '401':
          description: Unauthorized
          content:
            application/json:
              example:
                transactionID: 713b6588-61d9-4c97-af29-634f41de5deg
                data: {}
                errors:
                - code: '401'
                  title: Unauthorized
                  detail: Invalid UserName or Password
                  source: ''
components:
  securitySchemes:
    apiKeyHeader:
      type: apiKey
      name: Ocp-Apim-Subscription-Key
      in: header
    apiKeyQuery:
      type: apiKey
      name: subscription-key
      in: query