Skip to main content

Authenticate Contact Verification Challenge

POST 

/api/web/v1/contact/verification/authenticate

Authenticate the contact verification challenge. Caller requires the CONTACTVERIFICATION:ADD permission.

Request

Body

required

    challengeId stringrequired

    The unique challenge response identifier used for authentication

    challengeResponse stringrequired

    The otp response

Responses

OK

Schema

    attemptsLeft int32required

    The number of attempts left for authentication failure

    challengeId stringrequired

    The challenge Id of the user's input

    errorCode string

    The error message during the authentication

    success booleanrequired

    A boolean value which indicates if the authentication is successful

Loading...