Get results for a specific validation job
GET/email/validate/job/:id/result
Get results for a specific validation job
Request
Path Parameters
id integerrequired
Query Parameters
pos integer
Responses
- 200
- 400
- 500
Validation results
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
email string
result
object
syntax string
Possible values: [pass
, fail
, n/a
, empty
]
mx string
Possible values: [pass
, fail
, n/a
, empty
]
mailbox string
Possible values: [pass
, fail
, n/a
, empty
]
score integer
description string[]
classifier string
smtpResponse string
[
{
"email": "string",
"result": {
"syntax": "pass",
"mx": "pass",
"mailbox": "pass",
"score": 0,
"description": [
"string"
],
"classifier": "string",
"smtpResponse": "string"
}
}
]
Bad Request
Internal Server Error
Loading...