Authentication
Authenticate with password
Authenticates a user with their email and password. If MFA is enabled, returns an MFA token that must be used with a subsequent authentication request.
post/accounts/auth-with-password
Request body
Example request
{
"account": "acme",
"email": "user@example.com",
"password": "SecurePassword123"
}Response
Authentication successful or MFA required