Participant APIs | REST

Refresh Cache
Selected Version:
Download Open API Specification

Submit out-of-band(Email) token for verification

https://qa.api.wealthcare.com/participant/securelogon/otpemailauthenticate/{user}

Submits an out-of-band (Email) token for verification to authenticate the user.

Request

  • user string Required

    User Name

  • token string Required

    The out-of-band (Email) token sent to the user for verification. This token must be provided to complete the authentication process.

Response

  • Status string

    The method returns 0 to indicate success and 1 to indicate failure.

  • ErrCode string

    The error code returned by RSA indicating the result of the request. A blank value indicates success, and "FAIL" indicates failure.

  • ErrDesc string

    Provides a description of the issue that occurred during processing.

  • AccessToken string

    An MFA confirmed access token is returned when the MFA check is passed. Use this token when accessing MFA protected APIs. If the MFA check fails, this field is null.

  • RefreshToken string

    A long-lived credential used to obtain a new access token after the original access token expires. If the MFA check fails, this field is null.

  • ExpiresIn int

    An integer value representing the lifetime of the access token in seconds.

  • TokenType string

    Indicates the type of token issued.

AI Assistant Preview

Generating response...