Sign in

Get journey summary

documented

Return a journey summary including emails and statistics.

GET /api/v3.3/journeys/{journeyid}/summary.{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/{{$journeyid}}.{{$format}}" \
  -X GET \
  -u "{{CAMPAIGNMONITOR_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get journey summary · Campaign Monitor · OpenIntegrations