Get contact's events (by custom ID)
documentedFetch events for a contact identified by its custom ID.
GET /api/1/contacts/customId/{customId}/eventsContactsno 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/customId/{{$customId}}/events?accessToken={{OAUTH2_ACCESS_TOKEN}}&startsAfter={{startsAfter}}&startsBefore={{startsBefore}}&endsAfter={{endsAfter}}&endsBefore={{endsBefore}}&createdAfter={{createdAfter}}&createdBefore={{createdBefore}}&page={{page}}&limit={{limit}}\" \
-X GET \
-H \"Accept: application/json\" \
-H \"Content-Type: application/json\" \
-H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\"