Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You can use a third party application called Postman to create a test environment for testing calls to the Engaging Networks REST API services.

You can download Postman for free from https://www.getpostman.com/downloads/

In the video below we walk you through the process of making calls from within the Postman application

Postman session token variable script

Creating an environment variable to store the session token when you authenticate with the REST API helps speed up the testing and development process

Add the script below to the ‘Tests’ tab of your authentication call to automatically set the environment variable en_token with the session token.

 

API Syntax

The full syntax of our API can be reviewed here.

  • No labels