Retrieve authentication token
Request
User password. Must be SHA-1 hashed when authenticating with user credentials.
Device fingerprint for trusted device authentication (skips MFA)
Refresh token to obtain a new auth_token
6-digit one-time password (OTP) for MFA verification
Device information to register as trusted (90-day MFA exemption)
Response
JWT authentication token (returned for successful authentication)
Refresh token (returned with auth_token for user credentials auth)
MFA token (returned instead of auth_token when MFA is enabled and device isn’t trusted)