Skip to main content

Submit a false negative or false positive report

POST 

/report

Submit a false negative or false positive report

Request

Query Parameters

    report_type stringrequired

    Possible values: [false_negative, false_positive]

Body

required

    messageContent stringrequired

    The full, unaltered message content in accordance with the RFC 2822 specifications without dot stuffing.

    smtpEnvelopeInformation

    The SMTP envelope information

    ehlo string
    mailFrom string
    rcptTo string

    sendingHostInformation

    The sending host information

    name string

Responses

The report has been successfully submitted

Loading...