Skip to main content

export-to-postman

#Postman Support

Introduction

Postman is a tool that assists with API calls and will speed up the process of API development by saving setup time on API calls after importing the calls to Postman

When you go through the API docs, there will be a button that looks like this:

postmanpicture

Upon clicking it, it'll redirect you to a page where you can export the API calls to Postman. The API calls are divided into their respective sections.

How to Import

  1. Simply go to an API call link such as here

Click the button near the middle-right of the page, and import it to Postman.

Configuration

With our Postman calls, we have configured an environment for you to import.

  1. Click here to download the environment
  2. After downloading, click the gear icon near the top right corner and then click manage environments enter image description here
  3. Then click import and direct it to the environment you just downloaded. enter image description here
  4. Setup your API Key, API Secret, and Access Token by following these directions from these images enter image description here enter image description here
  5. Once your API Key and Secret are setup, you are set to run API calls.

Note: There are some API calls where the params, body, or pre-request scripts of the call will need to be changed to accommodate your API call. Remember to change the body of the call on some of them.

If it is the pre-request scripts, you should see something like postman.setEnvironmentVariable("role", "CHANGE_THIS"); Only change the 'CHANGE_THIS' variable to the respective string