Match a list of prospects attributes to ids. Returns a list of the same length and order as the input list, with the matched ids.
POST /v1/prospects/matchHow It Works
Request Schema
| Field | Type | Description |
|---|---|---|
| prospects_to_match: | Array | A list of prospect fetchers to match |
email | String | The prospect’s email address |
phone_number | String | The prospect’s phone number |
full_name | String | The prospect’s full name (must be accompanied by company_name) |
company_name | String | The prospect’s company name (must be accompanied by full_name) |
linkedin | String | LinkedIn profile URL |
business_id (optional) | String | Filters the match to a specific company |
Example Request (cURL)
Example Response
Best Practices
business_id to refine matches to a specific company.null values in responses where no match is found.Successful Response
This is base response model for all responses in partner service.
The total_results number matched prospects
The total number of matches.
x >= 0A list of matched prospects ids represented by MD5 hashes. May contain None for unmatched items.