Sign in

Get journey details

documented

Retrieve a journey's details.

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