Sign in

Get Suppression List Entry

documented

Get details of a suppression list entry by email.

POST /api/v3/suppression.list.get/jsonSuppression List Managementno 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/suppression.list.get/json" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"list_id": "{{$list_id}}", "from": "{{$from}}", "to": "{{$to}}", "limit": {{$limit}}}'