This quick start guide will help get you up and running with Postman. Using Postman is a great way to experiment and become familiar with the Actionstep API. This guide describes using the desktop installed version of Postman rather than the web variant.
Website: https://www.getpostman.com/
Download site: https://www.getpostman.com/downloads/
Documentation: https://learning.postman.com/docs/postman/launching-postman/introduction/
Actionstep has created a configuration file with all the endpoints pre-configured to fast-track your learning. Download Postman Configuration File
The first step upon opening Postman is to import the Actionstep API configuration file. This will create a new collection with all endpoints pre-configured.
The Actionstep Postman configuration file uses environment variables to store the base URL and other parameter values for the API. This allows you to switch between different environments without having to edit each endpoint individually.
NB: When configuring Postman to work in our Staging environment please ensure you set the api_endpoint variable to the correct base URL for your particular region. The default base URL is set to the Australia/New Zealand region.
Region | Base URL |
---|---|
Europe and UK | https://eu-west-1.actionstepstaging.com |
United States | https://us-west-2.actionstepstaging.com |
Canada | https://us-west-2.actionstepstaging.com |
Australia | https://ap-southeast-2.actionstepstaging.com |
New Zealand | https://ap-southeast-2.actionstepstaging.com |
The Actionstep API uses OAuth2 for authentication. The required Authentication settings are included in the configuration file and should appear as follows: