Dataset Verification
Dataset verification is about more than validity checks — it’s about understanding your contacts in context. ApexVerify’s targeting parameters let you tell the system who you’re targeting and why, enabling more accurate scoring and better-quality results.
When to use dataset verification
Periodically verify your CRM contacts to remove invalid records before they cause deliverability issues, wasted ad spend, or inflated pipeline numbers.
Clean subscriber lists before sending campaigns. Reduce bounce rates, protect your sender reputation, and ensure your data complies with email marketing regulations.
Verify incoming leads from forms, ad platforms, or data providers before they enter your CRM. Stop paying to enrich or engage bad data.
Validate data purchased from third-party providers. Understand exactly what percentage is deliverable before committing to a full integration.
Dataset preparation checklist
Choose the correct verification type
Decide whether you’re verifying emails or phone numbers. Each batch handles one type. If you have both, create two separate batches.
Normalize your data
Before exporting:
- Trim whitespace from all values
- Lowercase all email addresses
- Format phone numbers in E.164 (
+[country code][number]) - Remove empty rows
Targeting parameters explained
Targeting parameters are set via PUT /v1/batch/{uuid} after upload. Only type and target_country are required.
type — Verification type (required)
target_country — Target country (required)
An ISO 3166-1 alpha-2 country code representing the country your audience is based in. Examples: US, GB, SG, AU, DE, FR.
This helps the engine apply country-specific routing rules, carrier lookups, and domain heuristics.
target_audience — Audience role (optional)
Describe the professional role of your target audience. Pass the corresponding integer value:
target_market_industry — Industry vertical (optional)
The industry of your target market. Pass the corresponding integer:
The full list of 115 industry codes is available in the API Reference.
target_objective — Campaign objective (optional)
The goal of the outreach campaign for which this data will be used:
Cache settings (optional)
Control how aggressively the system reuses prior verification results.
Both caches deliver a 50% credit refund for cache-hit records. Account cache is checked first.
Email vs. phone datasets
Email datasets
Phone datasets
What email verification checks
- Syntax — RFC 5321/5322 compliance
- Domain — MX record existence and validity
- SMTP — Mailbox existence probe
- Provider flags — Free provider (Gmail, Yahoo…), role address (info@, admin@…), disposable, catch-all
