List contacts
documentedRetrieve collected contacts and their fields (supports filtering by collected_after and wisepop_id, and paging with page_size).
GET /api2/contactsContactsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://app.wisepops.com/api2/contacts?collected_after={{$collected_after}}&wisepop_id={{$wisepop_id}}&page_size={{$page_size}}' \
-X GET \
-H 'Authorization: WISEPOPS-API key={{WISEPOPS_API_KEY}}' \
-H 'Accept: application/json'