Get All Events
documentedRetrieve a collection of events for the account.
GET /eventsEventsno 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://api.cc.email/v3/events?limit={{$limit}}&event_status={{$event_status}}&search_text={{$search_text}}&sort_by={{$sort_by}}&sort_order={{$sort_order}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"