To work with Postman, we provide 3 methods you can use with our Developer API
Open with Postman
You can use Postman to try our API. We also provide Public Postman Collection Documentation that you can access: HERE
You can try it with 2 methods:
- Postman for Web
- Postman for Windows
1. Postman for Web:
- Visit our Public Postman Collection Documentation
- Click ➤ Run in Postman
- Select Postman for Web
In this step, you will need to login into your Postman Account
- Import the collection into your existing Workspace
- You can now run our Public Postman Collection Documentation in the Web!
2. Postman for Windows:
- Visit our Public Postman Collection Documentation
- Click ➤ Run in Postman
- Select Postman for Windows
- Click Open Postman
- Import the collection into your existing Workspace
- You can now run our Public Postman Collection Documentation on your Postman!
3. Download Postman Collection
You can also download the Postman Collection - Json File. Here is the steps for using the collection in Postman:
- Open Postman
- Click Import
- Select Tab “Link”
- Paste this https://www.getpostman.com/collections/b38f9aa5cfbcb9412999 and click "Continue
- Confirm your import, then click “Import”
- You will see the collection successfully imported
- Now, we need to setting up the environment. Click on the “eye” icon, then click “Add”.
Add new environment
Select the environment and you can start making request
Do not forget to authenticate every request with OAuth 2.0. The tutorial can be seen in this link
Send Request From Postman
Choose Method (POST / PUT / GET / DELETE) depend on the API End POINT that you use
Go to Tab Authorization and choose type "OAuth2.0" Click button "Get New Access Token"
- Go to Tab Body Adjust the value of property given and click button Send to see the Response