Create List
Create a list of people to enrich.
Once the list 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 this 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 list by calling the GET /api/lists/:id endpoint.
And you can get the contacts by calling the GET /api/lists/:id/contacts endpoint.
Note: Please check the status of the list as it may fail sometimes due to LinkedIn rate limiting.
Documentation Index
Fetch the complete documentation index at: https://docs.wiza.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your bearer token (your API key) in the Authorization header in the format Bearer {token}
Body
{
"name": "VP of Sales in San Francisco",
"enrichment_level": "partial",
"email_options": {
"accept_work": true,
"accept_personal": true,
"accept_generic": true
},
"items": [
{
"full_name": "Stephen Hakami",
"company": "Wiza",
"domain": "wiza.co"
},
{
"profile_url": "https://www.linkedin.com/in/stephen-hakami-5babb21b0/"
},
{ "email": "stephen@wiza.co" }
]
}
