Authenticate Token provided MFA method

POST {{baseUrl}}/mfa/token/authenticate

This API Authenticate user in Token MFA method.

Request Body

{"token"=>"12345", "userAlias"=>"will.albin", "deliveryType"=>"EMAIL_WORK"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":"PENDING"}