valid, invalid, or risky), the confidence level, the mailrisky.curl --location --request POST 'https://dev.enrich.so/api/v3/email-validation' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "sarah.chen@stripe.com"
}'{
"success": true,
"data": {
"email": "sarah.chen@stripe.com",
"result": "valid",
"message": "The mailbox exists and is accepting mail",
"isCatchAll": false,
"isFederated": false,
"hasSEG": true,
"segProvider": "Proofpoint",
"provider": "GOOGLE",
"confidence": "high"
},
"meta": {
"requestId": "664f2b3c9a1e4d0012abcdef",
"creditsUsed": 1,
"creditsRemaining": 24999,
"processingTimeMs": 387
}
}