v1
latestOpenAPI 3.0.02026-07-2640301.0 MBcontact-verification/requests
This endpoint is used to fetch results of the contact verification requests.
Query parameters
Your account ID
API key for the account
Hashed signature for the request
Value of the Contact Verification Request ID
The client account ID associated with this email. This is required if client account is enabled. Use ContactID instead if client account is not enabled.
The contact ID associated with this email. This is required if client account is not enabled. Use ClientAccountID instead if client account is enabled.
A text string to search for in the email addresses used for Account Verification process.
Limit the number of records that are returned.
Use this parameter to set the starting point in the dataset.
Filter by contact verification type. Can be 'email', 'phone', 'nondoc', 'name'.
filter by tier of the verification request. Options are 'basic' and 'enhanced'.
filter by Status of the verification request. Options are 'unverified', 'verified', 'failed'.
Use this parameter to convert the time to the specified timezone. If no timezone is specified, the default is UTC.
Return contact verification requests that occurred on or after this date/time. Can be specified in either YYYY-MM-DD HH:MM:SS or YYYY-MM-DD format.
Return contact verification requests that occurred on or before this date/time. Can be specified in either YYYY-MM-DD HH:MM:SS or YYYY-MM-DD format.
Response
Example response
{
"ContactVerificationRequests": {
"0": {
"ClientAccountID": "johndoe",
"Type": "address",
"VerificationStatus": "verified",
"LastModified": "2025-10-30 00:08:27"
}
}
}