Sign in

Get a list of contacts in blacklist

documented

List emails/contacts in the blacklist.

GET /blacklistBlacklistno 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.sendpulse.com/blacklist" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get a list of contacts in blacklist · SendPulse · OpenIntegrations