Postman Collection

Before getting started, install the latest version of Postman.

Import the collection

You can easily fork our public API collection to your Postman by clicking the button below:

Run in Postman


Configure environments for Sandbox and Production

To set up your environment for quickest development, you can go to the variables tab and add your sandbox appId and appSecret to the collection.

We recommend setting up separate environments for Sandbox and Production. This will enable you to quickly switch between environments without having to manually look up and change your API keys.

To create an environment in Postman:

  1. Select New in the left navigation menu in Postman
  2. Choose Environment to create a new environment
  3. Enter Abound Sandbox for the name of your new environment
  4. Using your keys from the Abound Dashboard, enter the following environment variables for your desired environment:

Sandbox environment

VARIABLEINITIAL VALUECURRENT VALUE
baseUrlhttps://sandbox-api.withabound.com/<<apiVersion_v4>>https://sandbox-api.withabound.com/<<apiVersion_v4>>
appId{{appId}}Enter your sandbox appId located on the keys page of the Abound Dashboard
appSecret{{appSecret}}Enter your sandbox appSecret located on the keys page of the Abound Dashboard

Production environment

VARIABLEINITIAL VALUECURRENT VALUE
baseUrlhttps://production-api.withabound.com/<<apiVersion_v4>>https://production-api.withabound.com/<<apiVersion_v4>>
appId{{appId}}Enter your production appId located on the keys page of the Abound Dashboard
appSecret{{appSecret}}Enter your production appSecret located on the keys page of the Abound Dashboard