Back to toolkits
ApexVerify logo

ApexVerify

ApexVerify validates and normalizes email addresses and phone numbers individually or in batches to improve contact-data quality.

contact managementmarketing

Tools (10)

  • Delete Batch

    Permanently delete one ApexVerify batch by its exact UUID. Deletion is irreversible and unavailable while the batch is processing; verify the target batch first and deliberately set confirm_deletion=true.

    Inputs: batch_uuid, confirm_deletion

  • Export Batch Results

    Export a completed batch as structured JSON for analysis or as a downloadable XLSX workbook. This reads existing results and does not consume verification credits.

    Inputs: format, batch_uuid, include_details, include_statistics

  • Get Account Credits

    Return the connected ApexVerify account's available email and phone verification credit balances. Use this before any credit-consuming verification.

  • Get Batch Details

    Get an ApexVerify batch's status, metadata, parsed-content counts, estimated verification cost, parameters, and final statistics. Repeat this call to monitor preparation or verification.

    Inputs: batch_uuid

  • Launch Batch Verification

    Launch paid verification for a prepared batch. This consumes the batch's estimated net email or phone credits and can fail when credits are insufficient. First inspect Get Batch Details and Get Account Credits, then deliberately set confirm_credit_spend=true.

    Inputs: batch_uuid, confirm_credit_spend

  • List Batches

    List verification batches, optionally restricted by creation time, one offset-controlled page at a time.

    Inputs: limit, offset, to_date, from_date

  • Normalize Data File

    Normalize email addresses or phone numbers from a line-delimited TXT file without performing verification or consuming verification credits.

    Inputs: file, type, target_country

  • Prepare Batch

    Start or repeat asynchronous parsing, deduplication, format cleanup, and verification-cost calculation for an uploaded batch. This idempotent action does not launch paid verification. Poll Get Batch Details until the batch is ready for verification.

    Inputs: batch_uuid

  • Upload Verification Batch

    Create an ApexVerify verification batch from a line-delimited TXT file. Uploading does not consume verification credits; verification starts only when the batch is launched separately.

    Inputs: file, name, type, description, target_country, target_audience, remove_duplicate, target_objective, use_global_cache, use_account_cache, target_market_industry, max_global_cache_backoff, max_account_cache_backoff, remove_wrong_email_format, remove_wrong_phone_format

  • Verify Email or Phone

    Verify one email address or phone number in real time. This consumes the corresponding prepaid verification credit; cache hits may receive a partial refund. Check account credits first and deliberately set confirm_credit_usage=true.

    Inputs: type, unit, target_country, target_audience, target_objective, use_global_cache, use_account_cache, confirm_credit_usage, target_market_industry, max_global_cache_backoff, max_account_cache_backoff