Prerequisites
- An OrbiSearch account
- An API key from the dashboard
Step 1: Get your API key
Sign in to orbisearch.com and navigate to Dashboard → API. Create a new key and copy it.Step 2: Verify an email address
CallGET /v1/verify with your email address and API key:
Step 3: Read the response
A successful response looks like this:status— the overall verdict:safe,risky,invalid, orunknownsubstatus— the specific reason, such asdeliverable,catch_all, ormailbox_not_found
Step 4: Act on the result
Use thestatus field to decide what to do with the address:
| Status | Recommended action |
|---|---|
safe | Include in your outreach or workflow |
risky | Decide based on your risk tolerance — exclude for cold outreach, retain for analytics |
invalid | Remove from your list — this address will bounce |
unknown | Re-verify later — typically a transient server issue |
Next steps
Verification statuses
Understand every status and substatus in detail.
Bulk verification
Verify thousands of addresses in a single job.
Handling results
Best practices for acting on verification results in your application.
API reference
Full reference for GET /v1/verify.