List contacts of a list
GET/lists/list/:listId/rows
Paginated listing of the contacts of a list.
To check whether a specific contact exists (before updating or deleting it), use the email or linkedinUrl parameter instead: it returns the exact matches only (email is matched case-insensitively, the LinkedIn URL verbatim), with their id usable in the other contact endpoints. These two parameters are mutually exclusive, and take precedence over search and the pagination.
Request
Responses
- 200
- 404
Contacts of the list
List not found