Skip to main content

Endpoint

Authentication

Overview

Detect disposable and temporary email addresses before they enter your system. Bunny maintains a continuously updated list of throwaway email providers and returns a simple is_disposable: true/false boolean for any email domain you check.

Use cases

  • Block fake signups and trial abuse
  • Enforce real-email policies on registration forms
  • Reduce bounce rates by filtering junk addresses
  • Protect mailing lists from disposable addresses

Details

Detection is based on the domain, not the local part. Subdomains of known disposable providers are also flagged. The check is case-insensitive.

Query parameters

Response

200 OK

Example

401 Unauthorized

Missing or invalid API key.

402 Payment Required

Monthly quota exceeded.

422 Unprocessable Entity

Invalid email format.

429 Too Many Requests

Rate limit exceeded.

cURL example