Adding a Postman collection to your workspace

 

To add a Postman collection to your workspace:

  1. In the AEMO developer portal, navigate to the API's documentation and click on thePostman collection.



  2. In the upper-right, click Run in Postman.
  3. Select an option to import the collection in the Postman web interface or desktop application.
  4. If the API uses Basic Authentication, add your URM username and password as Basic Auth:
    1. Select theView more actions icon next to the collection name, and click Edit.
    2. Click the Authorization tab.
    3. Select Basic Auth from the Type drop-down.

    4. Enter your URM username and password.
  5. Alternatively, if the API uses an API key for authentication:
    1. Select the View more actions icon next to the collection name, and click Edit.
    2. Select the Authorization tab.
    3. Select API Key in the Type drop-down options.
    4. Enter the key and value.