---
title: "contact-verification/requests"
method: GET
path: "/contact-verification"
tags: ["Contact Verification Endpoints"]
---

# contact-verification/requests

`GET /contact-verification`

This endpoint is used to fetch results of the contact verification requests.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `VerificationRequestID` integer
- `ClientAccountID` string, required
- `ContactID` string, required
- `SearchText` string
- `Limit` integer
- `Offset` integer
- `VerificationType` string
- `VerificationTier` string
- `VerificationStatus` string
- `Timezone` string
- `StartDateTime` string, date-time
- `EndDateTime` string, date-time

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `ContactVerificationRequests` object — Contact verification requests results
    - `0` object
      - `ClientAccountID` string — Client account ID
      - `Type` string — Contact verification type
      - `VerificationStatus` string — Status of the verification request
      - `LastModified` string — Last modified date/time associated with the Account Verification Request ID

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
