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:
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.