Authentication

Endpoints for user authentication.

Authenticates a user for the current websocket session

post
/AuthenticateUser

Authenticates using either username/password or API key method.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Authentication result

application/json
post
/AuthenticateUser