curl --location --request POST 'https://extractmail.com/validate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'{
"confidence_score": 90,
"details": "Valid business email",
"domain_info": {
"domain": "example.com",
"has_mx_records": true
},
"email": "test@example.com",
"is_disposable": false,
"is_free_provider": false,
"is_valid": true,
"mx_records": [
"mx.example.com"
],
"possible_fraud": false,
"smtp_check": true,
"task_id": "uuid-here"
}