Anonymous

This request generates a token for bearer authentication for configuration sessions.

Endpoints

  • GET /tokens/anonymous

Response

A JSON object with the result

token {String} Valid token for a configuration session

Example request


 GET https://api.paramate.trinckle.com/tokens/anonymous

 

Output


 HTTP / 1.1 200 OK
 {
    "token": "eyJhbGciOiJIUzI1N ... _zjtxYWKsiwYctvNNU"
 }