Sign in

Get campaign delivery stats

documented

Get delivery statistics for a campaign.

GET https://api.unisender.com/ru/api/getCampaignDeliveryStatsCampaignsno 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.unisender.com/ru/api/async/getCampaignDeliveryStats?api_key={{UNISENDER_API_KEY}}&campaign_id={{$campaign_id}}&notify_url={{$notify_url}}&changed_since={{$changed_since}}&field_ids[]={{$field_id1}}&field_ids[]={{$field_id2}}' \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"