Moderator
6 months ago
#58363
::
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