Start an individual reveal. An individual reveal is a single contact enrichment. You can provide a name, company, and domain, or an email, or a LinkedIn profile URL.
Either
company(company name) ordomainis required when using contact details.
Once the reveal is completed, an update will be posted to the webhook URL as configured in your account settings . The payload will be the same as the response of the Get Individual Reveal endpoint. If you wish to do added authentication, the headers in the webhook request will include x-auth-key which will be a SHA256 hash of your api key.
You can get the status of the individual reveal by calling the GET /api/individual_reveals/:id endpoint.
Enter your bearer token (your API key) in the Authorization header in the format Bearer {token}
Enrichment level of the list.
| Enrichment Level | Description |
|---|---|
| none | Will enrich with contact's data when you provide a Linkedin profile url or email. But will not find emails or phone numbers |
| partial | Will find email. |
| phone | Will find phone numbers. |
| full | Will find email and phone numbers. |
none, partial, phone, full Types of emails to return. If not provided, all emails will be returned.
URL to send the individual reveal update to. If not provided, the default webhook URL configured in your account settings will be used.