Links Report
documentedReturns link click statistics for a campaign.
POST /api/v3/report.campaign.links/jsonEmail Campaign Managementno 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 "http://app.sendloop.com/api/v3/report.campaign.links/json" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "APIKey={{SENDLOOP_API_KEY}}&CampaignID={{$campaign_id}}"