Anonymous
This request generates a token for bearer authentication for configuration sessions.
Endpoints
- GET /tokens/anonymous
Example request
GET https://api.paramate.trinckle.com/tokens/anonymous
Example response
HTTP / 1.1 200 OK
{
"token": "eyJhbGciOiJIUzI1N ... _zjtxYWKsiwYctvNNU"
}
Response
A JSON object with the result
token {String} Valid token for a configuration session