Authentication
Login
Authenticate user and get tokens. If MFA is enabled for the user, returns MFA challenge instead of tokens.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Authentication successful or MFA required
The response is of type object
.
The response is of type object
.
The response is of type object
.