v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Verify

Verify verification code by phone number

post/verifications/by_phone_number/{phone_number}/actions/verify

Path parameters

phone_numberstring required

+E164 formatted phone number.

Example:+13035551234

The phone number associated with the verification code being verified.

Request body

codestring required

This is the code the user submits for verification.

verify_profile_idstring uuid required

The identifier of the associated Verify profile.

Example request

{
  "code": "17686",
  "verify_profile_id": "12ade33a-21c0-473b-b055-b3c836e1c292"
}

Response

Expected verify response to a valid request.

Example response

{
  "data": {
    "phone_number": "+13035551234",
    "response_code": "accepted"
  }
}