Skip to content

Instantly share code, notes, and snippets.

@matyunin
Last active May 22, 2017 20:28
Show Gist options
  • Save matyunin/25ea02f4697134739ad9d7cffbeabf25 to your computer and use it in GitHub Desktop.
Save matyunin/25ea02f4697134739ad9d7cffbeabf25 to your computer and use it in GitHub Desktop.
Get Mailgun bounced emails
curl -s --user 'api:key-***' -G https://api.mailgun.net/v3/DOMAIN/bounces\?limit=10 | jq '.items[] | .address' | cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment