Journey email recipients
documentedList recipients of a journey email.
GET /api/v3.3/journeys/email/{emailId}/recipients.{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/email/{{$emailId}}/recipients.{{$format}}?date={{$date}}&page={{$page}}&pagesize={{$pagesize}}&orderdirection={{$orderdirection}}" \
-u "{{CAMPAIGNMONITOR_API_KEY}}:" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"