service_type email

Email Registration Check

Confirm whether an email address is registered with its mailbox provider — works on any domain, from Gmail to a company's own.

Usage cost: $0.002 per checkResponse mode: SynchronousPOST /api/v1/check
Email Registration Check
Public demo

No sign-in required. Daily demo limits apply.

API contract

One request, immediate result

Send one email address and select this product with service_type. Authentication uses your API key.

Copy the curl command below and replace only the example API key with your own.

cURL requestPOST /api/v1/check
curl -X POST "https://emailcheckpro.com/api/v1/check" \
  -H "X-API-Key: sk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{ "service_type": "email", "identifier": "name@gmail.com" }'
Response200 OK
{
  "code": 0,
  "msg": "ok",
  "data": {
    "service_type": "email",
    "identifier": "name@gmail.com",
    "registered": true,
    "provider": "gmail"
  }
}

Use the result well

Three details that make a single check useful

  1. Send one complete email address

    Send the local part, the @ sign and the domain together, for example name@example.com. The domain is what selects the check route.

  2. Read registered

    The SaaS dashboard and the synchronous API return mailbox registration status in the same response shape.

  3. Use the returned result

    A successful response returns registered synchronously. Run a new check for an updated status, and obtain consent before contacting a person.

What it checks

What does Email Registration Check return?

Returned fields

  • registered · booleanWhether an account exists at the mailbox provider.
  • provider · stringProvider resolved from the domain: gmail, outlook, yahoo, icloud, yandex, mailru or other.

Best for

Use this product when you need

  • List cleaning
  • Signup validation
  • Lead qualification
  • Pre-send checks

Direct answer

What is Registration check?

Email Registration Check returns registration status and which mailbox provider the domain belongs to. Use service_type email (the parameter that selects a product) with one complete email address, for example name@example.com, and read registered in the same API response.

Clear boundaries

What it does not return

  • It does not reveal mail, folders, contacts, or any private account content.
  • This realtime product does not report online status, last seen, or activity; use the async bulk activity check when you need those fields.
  • It only returns the registration fields included in the tg response.

Product FAQ

Questions about Registration check

What does Email Registration Check check?

It checks one email address and returns registration status and which mailbox provider the domain belongs to in the same synchronous response.

How does billing work for Registration check?

Balance is charged only for completed checks. Failed or undetermined checks do not keep the charge.

What email address format is required?

Submit one email address, for example name@example.com. The domain decides which provider handles the check.

Does a registered result grant permission to contact someone?

No. It only reports mailbox registration status at the time of the check. You remain responsible for consent, recipient preferences, and applicable platform rules.

Related products

Choose the right product

Start checking now

Create an account to use every product from the SaaS dashboard or the API: realtime checks and async bulk checks draw on the same balance.