대상 사용자
양식 처리를 개선하고, 수동 검토의 우선순위를 정하고, 조직을 보강하고, 웹사이트가 선언한 자산을 연결하세요.
제품, 결과, 엔드포인트 경로 또는 API 주제를 검색해 보세요.
이메일 구문, 도메인 메일 설정, 일회용 주소 신호 및 전달 위험을 평가하지만 메일함의 존재를 단정하지는 않습니다.
양식 처리를 개선하고, 수동 검토의 우선순위를 정하고, 조직을 보강하고, 웹사이트가 선언한 자산을 연결하세요.
구문, 도메인 메일 설정, 일회용 주소, 위험 및 제한 신호가 필요할 때 선택하세요. 메일박스 존재를 증명하지 않습니다.
이메일 구문, 도메인 메일 설정, 일회용 주소 신호 및 전달 위험을 평가하지만 메일함의 존재를 단정하지는 않습니다.
통합하기 전에 지원되는 작업, 입력, 출력, 실행 모드 및 응답 제한을 확인하세요.
2 인증 필요. 정확한 비용과 항목별 요금은 작업 레퍼런스에서 확인하세요.
문서화된 작업을 사용해 공개 증거를 수집, 평가, 보강, 검증, 비교, 보호 또는 모니터링하세요.
| 매개변수 | 유형 | 필수 |
|---|---|---|
| string | 필수 | |
| full |
boolean
기본값
false
|
선택 사항 |
| 필드 | 유형 |
|---|---|
email |
string |
normalized_email |
string |
result |
string |
result_detail |
string |
message |
string | null |
risk |
string |
confidence |
number |
confidence_level |
string |
decision |
string |
reasons[] |
string[] |
verification |
object |
verification.syntax_valid |
boolean |
verification.mx_found |
boolean |
verification.null_mx |
boolean |
verification.mx_records[] |
string[] |
verification.smtp_verified |
boolean | null |
verification.mailbox_exists |
boolean | null |
verification.catch_all |
boolean | null |
verification.full_inbox |
boolean | null |
verification.smtp_provider |
string | null |
classification |
object |
classification.disposable |
boolean |
classification.disposable_confidence |
string | null |
classification.role_based |
boolean |
classification.role_type |
string | null |
classification.free_provider |
boolean |
classification.provider |
string | null |
reputation |
object |
reputation.dnsbl_listed |
boolean |
reputation.threat_level |
string | null |
quality |
object |
quality.score |
integer |
quality.grade |
string |
quality.flags[] |
string[] |
signals |
object |
evidence |
object |
evidence.mx_records[] |
string[] |
evidence.provider |
string | null |
evidence.checked_via[] |
string[] |
evidence.normalized_parts |
object |
evidence.normalized_parts.local_part |
string |
evidence.normalized_parts.domain |
string |
evidence.normalized_parts.base_local_part |
string |
evidence.normalized_parts.tag |
string | null |
evidence.domain_profile |
object |
evidence.domain_profile.tld |
string | null |
evidence.domain_profile.label_count |
integer |
evidence.domain_profile.reserved |
boolean |
evidence.domain_profile.domain_literal |
boolean |
evidence.domain_profile.punycode |
boolean |
evidence.domain_profile.suspicious_reasons[] |
string[] |
evidence.domain_authentication |
object |
evidence.domain_authentication.checked |
boolean |
evidence.domain_authentication.status |
string |
evidence.domain_authentication.spf |
object |
evidence.domain_authentication.spf.exists |
boolean |
evidence.domain_authentication.spf.policy |
string |
evidence.domain_authentication.spf.record |
string | null |
evidence.domain_authentication.dmarc |
object |
evidence.domain_authentication.dmarc.exists |
boolean |
evidence.domain_authentication.dmarc.policy |
string |
evidence.domain_authentication.dmarc.record |
string | null |
evidence.domain_authentication.dmarc.percentage |
integer | null |
evidence.domain_authentication.mta_sts |
object |
evidence.domain_authentication.mta_sts.exists |
boolean |
evidence.domain_authentication.mta_sts.record |
string | null |
evidence.domain_authentication.tls_rpt |
object |
evidence.domain_authentication.tls_rpt.exists |
boolean |
evidence.domain_authentication.tls_rpt.record |
string | null |
evidence.domain_authentication.issues[] |
string[] |
recommendation |
object |
recommendation.signup |
string |
recommendation.marketing |
string |
recommendation.cold_outreach |
string |
deliverability |
object |
deliverability.status |
string |
deliverability.sub_status |
string |
deliverability.safe_to_send |
boolean |
deliverability.mailbox_checked |
boolean |
deliverability.smtp_confirmed |
boolean |
deliverability.domain_accepts_mail |
boolean |
deliverability.accepts_all |
boolean | null |
deliverability.is_role |
boolean |
deliverability.is_free_provider |
boolean |
deliverability.is_disposable |
boolean |
deliverability.is_toxic |
boolean |
deliverability.is_no_reply |
boolean |
deliverability.is_gibberish |
boolean |
suggestions |
object |
suggestions.did_you_mean |
string | null |
limitations[] |
string[] |
tier |
string |
credits_used |
integer |
verified_at |
string |
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/email/verify?email=user%40company.com&full=false"
{
"email": "[email protected]",
"normalized_email": "[email protected]",
"result": "valid",
"result_detail": "mx_verified",
"message": "Request completed",
"risk": "low",
"confidence": 0.93,
"confidence_level": "high",
"decision": "accept",
"reasons": [
"mx_found",
"not_disposable",
"mailbox_not_checked"
],
"verification": {
"syntax_valid": true,
"mx_found": true,
"null_mx": false,
"mx_records": [
"aspmx.l.google.com"
],
"smtp_verified": null,
"mailbox_exists": null,
"catch_all": null,
"full_inbox": null,
"smtp_provider": null
},
"classification": {
"disposable": false,
"disposable_confidence": "high",
"role_based": false,
"role_type": "domain",
"free_provider": true,
"provider": "gmail.com"
},
"reputation": {
"dnsbl_listed": false,
"threat_level": "high"
},
"quality": {
"score": 95,
"grade": "A",
"flags": [
"FREE_PROVIDER"
]
},
"signals": {},
"evidence": {
"mx_records": [
"example"
],
"provider": "google_workspace",
"checked_via": [
"worker"
],
"normalized_parts": {
"local_part": "user",
"domain": "company.com",
"base_local_part": "user",
"tag": null
},
"domain_profile": {
"tld": "com",
"label_count": 2,
"reserved": false,
"domain_literal": false,
"punycode": false,
"suspicious_reasons": []
},
"domain_authentication": {
"checked": true,
"status": "strong",
"spf": {
"exists": true,
"policy": "fail",
"record": "v=spf1 include:_spf.company.com -all"
},
"dmarc": {
"exists": true,
"policy": "reject",
"record": "v=DMARC1; p=reject; pct=100",
"percentage": 100
},
"mta_sts": {
"exists": true,
"record": "v=STSv1; id=20260506"
},
"tls_rpt": {
"exists": true,
"record": "v=TLSRPTv1; rua=mailto:[email protected]"
},
"issues": []
}
},
"recommendation": {
"signup": "allow",
"marketing": "send",
"cold_outreach": "send"
},
"deliverability": {
"status": "deliverable",
"sub_status": "mx_verified",
"safe_to_send": true,
"mailbox_checked": false,
"smtp_confirmed": false,
"domain_accepts_mail": true,
"accepts_all": null,
"is_role": false,
"is_free_provider": false,
"is_disposable": false,
"is_toxic": false,
"is_no_reply": false,
"is_gibberish": false
},
"suggestions": {
"did_you_mean": "[email protected]"
},
"limitations": [
"basic_tier_does_not_confirm_mailbox_existence"
],
"tier": "basic",
"credits_used": 2,
"verified_at": "2026-08-27T12:00:00Z"
}
검토일: 2026-08-22
이메일 검증 API 레퍼런스에서 매개변수, 응답 필드, 예시, 상태 코드 및 지원되는 작업 모드를 확인하세요.
알 수 없거나 부분적인 결과는 요청된 증거를 완전히 판단할 수 없었다는 뜻입니다. 후속 의사결정에서 결과 상태, 신뢰도, 최신성 및 제한을 유지하세요.
요금은 작업과 실행 모드에 따라 달라집니다. 현재 크레딧 비용, 인증 요구 사항 및 항목별 규칙은 엔드포인트 레퍼런스에서 확인하세요.
놀라운 회사의 사람들이 사용함