Forum

Lukas Henninger
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the online course Advanced (320)
6 months ago #58363
Up
0
Down
::

Hi Oleksandr,

I created the following in Postman:

For Demonstration purposes I used https://demo.simplifier.io/genToken/.

The Body in Postman is a raw JSON {“user”: “<yourUsername>”, “pass”: “<yourPassword>”}.

This should give you the following response:
{
“result”: “SimplifierToken”,
“success”: true
}

When trying to access another resource using the API, be sure to include a header parameter simplifierToken with the token as value.

I hope this helps!

 

Kind Regards

Lukas