Sign in

Check if email is from a free provider (v2)

documented

Determine if the input email comes from a free email service provider using the v2 API.

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