Skip to content

Global Email

Overview

The Global Email Cloud API validates and parses email addresses, corrects common typographical errors, and standardizes email addresses. It also features real-time email mailbox verification which removes up to 99% of bad emails.

Global Email can be used to:

  • Correct syntax errors (remove illegal characters, extra “@” characters etc.)
  • Verify and correct top-level domains
  • Correct common misspellings in domain names
  • Update domains that have changed
  • Standardize casing
  • Validate emails against our database (single or batch requests)
  • Perform real-time mailbox validation

Documentation

Useful Resources

Product Page

Support Center

Download OpenAPI description
Languages
Servers
Global Email Server
https://globalemail.melissadata.net/v4/WEB/GlobalEmail/

Email Validation

Use this endpoint to verify emails.

Operations

Version

Use this endpoint to check the current version of Global Email.

Operations

Get version

Request

curl -i -X GET \
  https://globalemail.melissadata.net/v4/WEB/GlobalEmail/getVersion

Responses

Version information

Bodyapplication/json
ServiceNamestring
Versionstring
mdMicroServices_Versionstring
CustomerIDCheckVersionstring
EventReportVersionstring
RequestLogVersionstring
ResourceStoreVersionstring
emailLibService_Versionstring
BuildNumberstring
DatabaseDatestring
ExpirationDatestring
Response
application/json
{ "ServiceName": "Global Email", "Version": "7.2.1.4253", "mdMicroServices_Version": "1.2.1.5368", "CustomerIDCheckVersion": "7.2.1.5374", "EventReportVersion": "7.2.1.5340", "RequestLogVersion": "7.2.1.5352", "ResourceStoreVersion": "7.2.1.5333", "emailLibService_Version": "7.2.1.17282", "BuildNumber": "17282", "DatabaseDate": "2023-02-15", "ExpirationDate": "2023-08-15" }