Files

Postman Collection

You can find the latest Postman collection here. For getting started quickly, you can also fork the Postman collection under your workspace.

Auto-Generating the Postman Collection

The Postman collection is generated using portman tool from the OpenAPI specification. If you'd like to generate the collection from the OpenAPI specification, you can follow the below steps:

  1. Install portman, refer to the instructions on the repository:

    npm install -g @apideck/portman
    
  2. From the root of the project directory, run the following command to generate the Postman collection.

    portman --cliOptionsFile postman/portman-cli.json
    

NOTE: Please verify Postman collection variables before trying out the APIs.