Skip to main content

Get Contact Verification Challenge

POST 

/api/web/v1/contact/verification/challenge

Get a contact verification challenge for the specified contact. Caller requires the CONTACTVERIFICATION:ADD permission.

Request

Body

required

    type stringrequired

    Possible values: [NONE, OTP_EMAIL, OTP_SMS, OTP_VOICE]

    Type of contact delivery. Only supported for OTP contact attributes.

    value stringrequired

    The exact email or phone number that the OTP will be sent to.

Responses

OK

Schema

    challengeId stringrequired

    The unique challenge response identifier which will be used for authentication.

Loading...