Skip to main content

Submit verification code

POST 
/verifications/by_phone_number/:phone_number/actions/verify

Submit verification code

Request

Path Parameters

    phone_number stringrequired

    The phone number associated with the verification code being verified.

Body

required

    code stringrequired

    This is the code the user submits for verification.

    verify_profile_id uuidrequired

    The identifier of the associated Verify profile.

Responses

200: Expected verify response to a valid request.

400: Bad Request

Loading...