Skip to main content

Connection

Token validation

REST
For calls to the REST API validity is checked on every request.

Websocket
For websocket calls, the token is validated on connection only, subsequent requests are automatically valid as long as the websocket connection is open. There is a maximum connection lifetime of two hours after which the connection will be closed and you will need to provide a new and valid token to open a new connection.