Get journey details
documentedRetrieve a journey's details.
GET /api/v3.3/journeys/{journeyid}.{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}}.json" \
-X GET \
-u "{{CAMPAIGNMONITOR_API_KEY}}:" \
-H "Accept: application/json"