Sign in

Check if email is disposable (v2)

documented

Detect whether the input email is from a disposable email provider using the v2 API.

GET /v2/email/disposableEmailsno 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.mailboxvalidator.com/v2/email/disposable?key={{MAILBOXVALIDATOR_API_KEY}}&email={{$email}}&format=json" \
  -X GET \
  -H "Accept: application/json"
Check if email is disposable (v2) · mailboxvalidator · OpenIntegrations