Submit a false negative or false positive report
POST/report
Submit a false negative or false positive report
Request
Query Parameters
Possible values: [false_negative
, false_positive
]
- application/json
Body
required
The full, unaltered message content in accordance with the RFC 2822 specifications without dot stuffing.
smtpEnvelopeInformation
The SMTP envelope information
sendingHostInformation
The sending host information
Responses
- 204
- 400
- 401
- 403
- 404
- 500
The report has been successfully submitted
Bad Request, returned in the case that the message content provided is not in accordance with the RFC 2822 specifications of a message
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 0,
"message": "string",
"errors": [
"string"
]
}
Unauthorized, returned in the case that the message submitted does not belong to this customer
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 0,
"message": "string",
"errors": [
"string"
]
}
The message corresponds to a domain associated with a different customer, or the domain is associated with an api key different than the one in the request.
Message not found
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 0,
"message": "string",
"errors": [
"string"
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 0,
"message": "string",
"errors": [
"string"
]
}