v52

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

List verifications by phone number

get/verifications/by_phone_number/{phone_number}

Path parameters

phone_numberstring required

+E164 formatted phone number.

Example:+13035551234

The phone number associated with the verifications to retrieve.

Response

Expected verifications response to a valid request.

Example response

{
  "data": [
    {
      "created_at": "2020-09-14T17:03:32.965812",
      "custom_code": "43612",
      "id": "12ade33a-21c0-473b-b055-b3c836e1c292",
      "phone_number": "+13035551234",
      "record_type": "verification",
      "status": "accepted",
      "timeout_secs": 300,
      "type": "sms",
      "updated_at": "2020-09-14T17:03:32.965812",
      "verify_profile_id": "12ade33a-21c0-473b-b055-b3c836e1c292"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}