Content in this article:
1. Introduction
Transsmart offers a Postman package with documentation, examples, and tests to help developers understand our API and make the initial implementation easier. The prerequisite is that you download Postman via https://www.getpostman.com/apps
2. Download the Postman package
The Postman documentation is public and can be found here: https://postman.transsmart.com
When opening the page, it will look like this:
3. Use the Postman package
Configure your credentials and use the collections to get the package in your local Postman application. Perform the following steps:
- Click the button Run in Postman. Postman will open and import the collections and the environment; The collection on the left, and the environment on the right.
- Manage the environments by clicking the tool icon on the right (circled in red) and edit the variables used in the collections by clicking on the name of the environment.
- Fill in your credentials and account code in the fields on the right and click Persist All. You can change the name of the environment if you wish. When done click the Update button and close the Manage environments screen.
- Open the collections on the left, open 1.0 Login, and then the GET request named 1.1 Login. Execute this call to set the variables on the background for authorization across all the provided calls.
Congratulations, you have now set up your local connection using Postman! Please read through the documentation, several examples are given. Use these examples to match your source system to ensure a good working connection.