You can find the latest Postman collection here. For getting started quickly, you can also fork the Postman collection under your workspace.
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:
-
Install
portman
, refer to the instructions on the repository:npm install -g @apideck/portman
-
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.