When building your application there are a number of tools you can use to assist with development, testing, and debugging. To asist with API request construction and analysing responses you can use well known tools such as Postman or Fiddler.
Website: https://www.getpostman.com/
Download site: https://www.getpostman.com/downloads/
Documentation: https://learning.postman.com/docs/postman/launching-postman/introduction/
IMPORTANT
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.
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 |
When configuring Postman to work in our Production environment please ensure you set the api_endpoint variable to the correct base URL for your particular region.
Region | Base URL |
---|---|
Singapore | https://ap-southeast-1.actionstep.com |
Asia Pacific (ex Singapore) | https://ap-southeast-2.actionstep.com |
Europe / UK | https://eu-west-1.actionstep.com |
US Eastern States | https://us-east-1.actionstep.com |
US Western States | https://us-west-2.actionstep.com |
Canada | https://ca-central-1.actionstep.com |
Website: https://www.telerik.com/fiddler
Download: https://www.telerik.com/download/fiddler
Documentation: https://docs.telerik.com/fiddler/configure-fiddler/tasks/configurefiddler
One of the challenges of handling webhooks is being able to receive an incoming request into your development environment for testing and debugging purposes, without the need to open up your development environment to the public internet. Ngrok is one such tool that allows you to proxy an external incoming request to your development environment.
Website: https://ngrok.com/
Download: https://ngrok.com/download
Documentation: https://ngrok.com/docs