Sign in

List Overall Report

documented

Returns overall statistics for a subscriber list.

POST /api/v3/report.list.overall/jsonListsno 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.sendloop.com/v1/api/v3/report.list.overall/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}}", "include_detail": {{$include_detail}}, "filters": {"segment": "{{$segment}}", "campaign_id": "{{$campaign_id}}"}}'
List Overall Report · sendloop · OpenIntegrations