Sign in

Get Sent Contacts

documented

Get contacts that were sent this message with their send/open details.

GET /v1/messages/{id}/sent-contacts{?contact_id,list_id,send_time,report_id,first_open_time,last_open_time,open_type}Messagesno 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://{{base_host}}/v1/messages/{{$id}}/sent-contacts?contact_id={{$contact_id}}&list_id={{$list_id}}&send_time={{$send_time}}&report_id={{$report_id}}&first_open_time={{$first_open_time}}&last_open_time={{$last_open_time}}&open_type={{$open_type}}" \
  -X GET \
  -H "Authorization: Bearer {{VISION6_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"