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
chevron-right
200

Authentication result

application/json
authenticatedbooleanOptional
lockedbooleanOptional
requires2FAbooleanOptional
twoFATypestringOptional
twoFATokenstringOptional
post
/AuthenticateUser

Last updated