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:
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:
- Select New in the left navigation menu in Postman
- Choose Environment to create a new environment
- Enter Abound Sandbox for the name of your new environment
- Using your keys from the Abound Dashboard, enter the following environment variables for your desired environment:
Sandbox environment
VARIABLE | INITIAL VALUE | CURRENT VALUE |
---|---|---|
baseUrl | https://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
VARIABLE | INITIAL VALUE | CURRENT VALUE |
---|---|---|
baseUrl | https://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 |
Updated about 1 month ago