v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
LeadList

Get verification statistics for a lead list

Get verification statistics for a lead list

get/api/v2/lead-lists/{id}/verification-stats

Path parameters

idstring uuid required
Example:019f94cd-aedd-7836-b8db-e820be960677

Response

Default Response

total_leadsnumber required

Total number of leads in the list

Example response

{
  "stats": {
    "verified": 150,
    "invalid": 25,
    "risky": 10,
    "catch_all": 5,
    "job_change": 2,
    "verification_job_pending_leadfinder": 11,
    "verification_job_pending_user": 12
  },
  "total_leads": 203
}