List contacts
documentedRetrieve a list of contacts with optional filters (maxResults, firstResult, since, lastName, firstName, email, company).
GET /api/1/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://evenium.com/api/1/contacts?accessToken={{OAUTH2_ACCESS_TOKEN}}&maxResults={{$maxResults}}&firstResult={{$firstResult}}&since={{$since}}&lastName={{$lastName}}&firstName={{$firstName}}&email={{$email}}&company={{$company}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"