Authentication
Endpoints for user authentication.
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
400
Invalid authentication request format
401
Invalid credentials or token
post
/AuthenticateUser