Skip to main content

Trigger SMS verification

POST 
/verifications/sms

Trigger SMS verification

Request

Body

required

    phone_number stringrequired

    +E164 formatted phone number.

    verify_profile_id uuidrequired

    The identifier of the associated Verify profile.

    timeout_secs integer

    The number of seconds the verification code is valid for.

Responses

200: Expected verifications response to a valid request.

400: Bad Request

Loading...