Retrieve all invalid emails

GET https://api.sendgrid.com/v3/suppression/invalid_emails?start_time={{start_time}}&end_time={{end_time}}&limit={{limit}}&offset={{offset}}

This endpoint allows you to retrieve a list of all invalid email addresses.

An invalid email occurs when you attempt to send email to an address that is formatted in a manner that does not meet internet email format standards or the email does not exist at the recipient’s mail server.

Examples include addresses without the “@” sign or addresses that include certain special characters and/or spaces. This response can come from our own server or the recipient mail server.

For more information, please see our User Guide.

Request Params

KeyDatatypeRequiredDescription
start_timestring
end_timestring
limitstring
offsetstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring