Skip to main content

Trigger Call verification

POST 
/verifications/call

Trigger Call 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.

    call_timeout_secs integer

    Must be less than the profile's default_verification_timeout_secs or timeout_secs, whichever is lesser.

Responses

200: Expected verifications response to a valid request.

400: Bad Request

Loading...