Sign in

List unsubscribed people

documented

Retrieve unsubscribed people for your account.

GET /v1/unsubscribes.jsonUnsubscribesno 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.delighted.com/v1/unsubscribes.json?per_page={{per_page}}&page={{page}}&since={{since}}&until={{until}}" \
  -u {{DELIGHTED_API_KEY}}: \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"