Get journey summary
documentedReturn a journey summary including emails and statistics.
GET /api/v3.3/journeys/{journeyid}/summary.{xml|json}Journeysno 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.createsend.com/api/v3.3/journeys/{{$journeyid}}.{{$format}}" \
-X GET \
-u "{{CAMPAIGNMONITOR_API_KEY}}:" \
-H "Accept: application/json" \
-H "Content-Type: application/json"