Get JWT token
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a JWT token to authenticate with the API.
Username or e-mail address
edge-user-01
Password
Evaluation user UUID
Session ID
TOTP Token. Required if a user has multi-factor authentication with a TOTP token enabled. If a user has MFA enabled, but no totpToken is submitted; then an error starting with "ERR_TOTP_TOKEN IS REQUIRED" is returned. Use this to then prompt for an MFA token and re-login.
`{ "success": true, "token": "A372jdhe.ad3r4gfrg" }`
OK