v1
latestOpenAPI 3.0.12026-07-26131186.5 KBLists
Get List Contacts
Get contacts for a list.
By default a json response is returned. To get a csv response, append .csv to the url path.
get/api/lists/{id}/contacts
Query parameters
segment'people' | 'valid' | 'risky' required
Example:people
Specify the segment of contacts to return.
| Segment | Description |
|---|---|
| people | All contacts |
| valid | Only valid contacts |
| risky | Only risky contacts |
Response
successful
Example response
{
"status": {
"code": 200
},
"data": [
{
"list_name": "from api1",
"email_type": "work",
"email_status": "risky",
"email": "stephen@wiza.co",
"full_name": "Stephen Hakami",
"first_name": "Stephen",
"last_name": "Hakami",
"title": "Founder, Chief Executive Officer",
"location": "New York / Toronto",
"linkedin": "https://www.linkedin.com/in/stephen-hakami-5babb21b0/",
"domain": "wiza.co",
"company": "Wiza",
"company_domain": "wiza.co",
"company_linkedin": "https://www.linkedin.com/company/wizainc/"
}
]
}