Download OpenAPI specification:Download
This API provides services to analyze email addresses.
The Email Domain Guard consists of multiple checkers and a risk scoring feature. Each of the checkers analyzes a specific aspect of the given email address, the assessment via the checkers is then combined in terms of a multifactor analysis to a risk score. Available checkers:
OK
Bad request
Unauthorized
Internal server error
Verify the Dev-Portal mail
{- "email": "developer-portal@cdq.com"
}
{- "email": "john.doe@gmail.com",
- "summary": {
- "isBreachedDomain": false,
- "isBreachedEmail": false,
- "isDisposable": false,
- "isBlacklisted": false,
- "isPublicWhois": false,
- "isSharedEmail": true,
- "isValidFormat": true,
- "isFreemail": false,
- "isRoleBased": false
}, - "status": {
- "code": "400",
- "technicalKey": "OK",
- "details": [
- {
- "id": 200000004,
- "message": "Business Partner Name is mandatory.",
- "technicalKey": "JOB_FINISHED",
- "jsonPath": "$.businessPartner.names[0].value",
- "jsonRecord": "{ \"key\" : \"value\"}"
}
], - "path": "/v2/businesspartners/lookup",
- "timestamp": "2024-11-30T23:38:44Z"
}, - "risk": {
- "score": 100,
- "classification": {
- "name": "Very low risk",
- "technicalKey": "VERY_LOW_RISK"
}
}, - "format": {
- "isValidFormat": true,
- "parts": {
- "localPart": "john.doe",
- "topLevelDomain": "com",
- "baseDomain": "gmail",
- "domain": "gmail.com"
}
}, - "domain": {
- "isValidDomain": true
}, - "sharing": {
- "isSharedEmail": true,
- "subscribers": 100
}, - "role": {
- "isRoleBased": false,
- "roleCategory": {
- "name": "Human Resources",
- "technicalKey": "HUMAN_RESOURCES"
}
}, - "freemail": {
- "isFreemail": false,
}, - "disposable": {
- "isDisposable": false,
}, - "whois": {
- "isPublicWhois": false,
- "entry": {
- "dates": {
- "creationDate": "2024-11-30T23:38:44Z",
- "updatedDate": "2024-11-30T23:38:44Z",
- "ageInDays": 2,
- "ageInYears": 0
}, - "registrar": {
- "name": "John Doe",
- "organization": "Amazon Register, Inc.",
- "street": "Musterstrasse 1",
- "city": "Zurich",
- "state": "ZH",
- "postalCode": "8000",
- "country": "Switzerland",
- "email": "noreply@registrar.amazon.com"
}, - "registrant": {
- "name": "John Doe",
- "organization": "Amazon Register, Inc.",
- "street": "Musterstrasse 1",
- "city": "Zurich",
- "state": "ZH",
- "postalCode": "8000",
- "country": "Switzerland",
- "email": "noreply@registrar.amazon.com"
}
}
}, - "dnsBlacklist": {
- "isDnsBlacklisted": false,
- "dnsBlacklists": [
- {
- "url": "zen.spamhaus.org"
}
]
}, - "breaches": {
- "isBreachedEmail": false,
- "breachedEmailCount": 0,
- "emailBreaches": [
- {
- "name": "Adobe",
- "title": "Adobe breach",
- "domain": "adobe.com",
- "breachDate": "2024-11-30T23:38:44Z",
- "pwnCount": 153000000,
- "description": "In October 2013, 153 million Adobe accounts were breached with each containing an internal ID, username, email, encrypted password and a password hint in plain text.",
- "dataClasses": [
- "Email addresses",
- "Passwords"
], - "isVerified": true,
- "isFabricated": false,
- "isSensitive": false,
- "isRetired": false,
- "isSpamList": false,
- "isMalware": false
}
], - "isBreachedDomain": false,
- "breachedDomainCount": 0,
- "domainBreaches": [
- {
- "name": "Adobe",
- "title": "Adobe breach",
- "domain": "adobe.com",
- "breachDate": "2024-11-30T23:38:44Z",
- "pwnCount": 153000000,
- "description": "In October 2013, 153 million Adobe accounts were breached with each containing an internal ID, username, email, encrypted password and a password hint in plain text.",
- "dataClasses": [
- "Email addresses",
- "Passwords"
], - "isVerified": true,
- "isFabricated": false,
- "isSensitive": false,
- "isRetired": false,
- "isSpamList": false,
- "isMalware": false
}
]
}
}