...
To obtain a security token, it is requisite to send a POST HTTP request to the API at the designated path /action/token. For the successful execution of operations, two security-sensitive values, namely hash and secret, must be provided by Thinksurance Support Team. Following the provision of these values as a JSON payload in the HTTP request, the API will respond by returning a security token within a JSON payload in the HTTP response.
Action name | get token |
---|---|
HTTP path | /action/token |
HTTP method | POST |
...