List Transactional Sends
documentedList transactional sends.
GET /v1/transactional-sends{?id,name,creation_time,last_sent_time,sent,recipients,total_recipients}Transactional Sendsno 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://{{$VISION6_API_ENDPOINT}}/v1/transactional-sends?id={{$id}}&name={{$name}}&creation_time={{$creation_time}}&last_sent_time={{$last_sent_time}}&sent={{$sent}}&recipients={{$recipients}}&total_recipients={{$total_recipients}}" \
-X GET \
-H "Authorization: Bearer {{VISION6_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"