Skip to main content

Polling MFA method by VerificationPollRequest

POST 

/mfa/:method/poll

This API poll the VerificationPollRequest for the specified MFA method. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    method stringrequired

    The name of the MFA method. The currently supported method names are 'okta-verify', 'duo-web', 'kba','token', 'rsa'

Body

required
    requestId stringrequired

    Verification request Id

Responses

MFA VerificationPollRequest status an MFA method.

Schema
    requestId stringnullable

    The verificationPollRequest request ID

    status string

    Possible values: [PENDING, SUCCESS, FAILED, LOCKOUT, NOT_ENOUGH_DATA]

    MFA Authentication status

    error stringnullable

    Error messages from MFA verification request

Loading...