Skip to main content
OrbiSearch validates email addresses through a simple REST API. This guide walks you through making your first verification request and understanding the response.

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

Call GET /v1/verify with your email address and API key:

Step 3: Read the response

A successful response looks like this:
The two most important fields are:
  • status — the overall verdict: safe, risky, invalid, or unknown
  • substatus — the specific reason, such as deliverable, catch_all, or mailbox_not_found

Step 4: Act on the result

Use the status 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.