JavaScript
Lists
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
JavaScript
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}
Path Parameters
id
Query Parameters
Specify the segment of contacts to return.
| Segment | Description |
|---|---|
| people | All contacts |
| valid | Only valid contacts |
| risky | Only risky contacts |
Available options:
people, valid, risky Example:
"people"

