Export SPAM Complaints
documentedExport your account spam complaints.
POST /api/v3/export.spamcomplaints/jsonData Exportno 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.sendloop.com/v1/api/v3/export.spamcomplaints/json" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"start_date": "{{$start_date}}", "end_date": "{{$end_date}}", "list_id": "{{$list_id}}", "domain": "{{$domain}}"}'