SupportAPI SpecsAPI Docs
LogoDeveloper Portal

Get started

OverviewGetting StartedNotifications

Quick Start Guide to Using Postman

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.

Postman Links

Website: https://www.getpostman.com/

Download site: https://www.getpostman.com/downloads/

Documentation: https://learning.postman.com/docs/postman/launching-postman/introduction/

Download the Actionstep Postman Configuration File

Actionstep has created a configuration file with all the endpoints pre-configured to fast-track your learning. Download Postman Configuration File

Importing the 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.

  1. Open Postman and click on the Import button in the top left corner.
  2. Select the Choose Files button and navigate to the location where you downloaded the configuration file.
  3. Select the file and click Open.
  4. The collection will be imported and displayed in the left-hand pane.
  5. Click on the collection to expand it and view the endpoints.
  6. Click on an endpoint to view the available methods (GET, POST, PUT, DELETE) as applicable.

Setting the Environment Variables

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.

  1. Click on the Manage Environments button in the top right corner.
  2. Click on the Add button to create a new environment.
  3. Enter a name for the environment, e.g. Actionstep Staging.
  4. Click on the Add button to create a new variable.
  5. Enter the variables as shown below remembering to insert your own Client Id and Client Secret.

 

Postman Environment Variables

 

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.

RegionBase URL
Europe and UKhttps://eu-west-1.actionstepstaging.com
United Stateshttps://us-west-2.actionstepstaging.com
Canadahttps://us-west-2.actionstepstaging.com
Australiahttps://ap-southeast-2.actionstepstaging.com
New Zealandhttps://ap-southeast-2.actionstepstaging.com

Authentication Settings

The Actionstep API uses OAuth2 for authentication. The required Authentication settings are included in the configuration file and should appear as follows:

Postman Authentication Settings