- Clean email lists before a campaign to remove invalid addresses and protect your sender reputation
- Validate email addresses at point of entry so bad data never enters your system
- Enrich contact data with deliverability signals, email provider, and account-type flags
Quick Start
Make your first API call in minutes.
Authentication
Get your API key and authenticate requests.
Verification Statuses
Understand Safe, Risky, Invalid, and Unknown.
API Reference
Full endpoint reference and response schemas.
Verification statuses
Every email OrbiSearch verifies returns one of four statuses:| Status | Meaning |
|---|---|
safe | Mailbox confirmed to exist and accept mail |
risky | Cannot confirm — catch-all domain or policy block |
invalid | Mailbox does not exist; will bounce |
unknown | Verification failed due to a transient server issue |
substatus with the specific reason, a plain-English explanation, the detected email_provider, and boolean flags for is_disposable, is_role_account, and is_free.