Challenge endpoint to request MFA (via Email). Call this endpoint to MFA via email when you receive MFA required error in the token endpoint.

Note: This endpoint should not be called to MFA via Authenticator app. In this case, the /token endpoint should be called using the MFA Example.

        {
           "challenge_type": "Email",
           "mfa_token": "{mfa token }",
           "user_token": "USER TOKEN"
        }
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Information required to retrieve a MFA token via Email.

Token Challenge request class

string
enum

Challenge type either Email or Auth

Allowed:
string

User token/User GUID response received from token endpoint

string

MFA Token - response received from token endpoint

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json