Check if email is disposable (v2)
documentedDetect whether the input email is from a disposable email provider using the v2 API.
GET /v2/email/disposableEmailsno implementation yet0 runsNo 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.mailboxvalidator.com/v2/email/disposable?key={{MAILBOXVALIDATOR_API_KEY}}&email={{$email}}&format=json" \
-X GET \
-H "Accept: application/json"