Postman Collection
Work in Progress
The Postman collection is a work in progress. It contains all requests, but some may lack descriptions or pre-set parameters.
This documentation is available as a Postman collection.
Use the link below to open collection source:
Setup collection in Postman
-
If you don't have a workspace, create one.
-
In your workspace, click the import button:
Select the
Link
tab. Enter a link to the collection:Click the
Continue
button.Copy the collection source. Select the
Raw text
tab. Paste the copied file into the text field:Click the
Continue
button.Select the
File
tab. Click theChoose Files
button.Select the
.json
file with the collection. -
Click the
Import
button. -
After importing the collection, click on the collection folder to set the necessary variables:
Authentication
This collection uses the Token Authentication. You should specify your token in the api-token
variable.
You can generate this token either with SAYMON UI or with the imported collection itself.
To generate the token in Postman follow these steps:
- Setup
saymonHostname
,username
, andpassword
variables. - Open the
SAYMON REST API/Authentication/Authentication Token/Create Authentication Token
and click theSend
button to send the Create Authentication Token request. - Set the
api-token
collection variable to the authentication token, returned in the response. Don't include the quotation marks.