Sign in

Journey email opens

documented

List opens for a journey email.

GET /api/v3.3/journeys/email/{emailId}/opens.{xml|json}Journeysno 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.createsend.com/api/v3.3/journeys/email/{{$emailId}}/opens.{{$format}}?date={{$date}}&page={{$page}}&pagesize={{$pagesize}}&orderdirection={{$order_direction}}" \
  -X GET \
  -H "Authorization: Basic {{CAMPAIGNMONITOR_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Journey email opens · Campaign Monitor · OpenIntegrations