Postman is a RESTfull client that can be used to perform http requests to the WMC through GMS API.
You can find information about GMS API in the Documentation section of the dashboard.
Kerlink provides a sample Postman configuration dump that can be imported. It contains:
For WMC 3.x:
For WMC 3.0:
For WMC 3.1:
For WMC 3.x:
id
(for example).id
variable, for example getCustomer
.Here are the screenshots of the steps mentioned above.
Import the GMSAPI file
For WMC 3.0:
We need to import the Postman dump file:
For WMC 3.1:
We need to import the OpenAPI.json file:
Setup your environment
Enter your login/password, and change URL if needed.
The auth token will be populated automatically when performing a login request.
Perform an authentication
This will create a session that lasts 16 hours.
Collection variables
You can change the variables that are used in the requests
Request execution
See the variables used and the request result