API Reference

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}"
        }
Log in to see full request history
Body Params

Information required to retrieve a MFA token via Email.

string

Challenge type either Email or Auth

string

User token/User GUID response received from token endpoint

string

MFA Token - response received from token endpoint

Responses

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