Sign in

Get All Events

documented

Retrieve a collection of events for the account.

GET /eventsEventsno implementation yet0 runs
No 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"
Get All Events · Constant Contact · OpenIntegrations