Suppressions - Global Suppressions
Spam Reports are triggered when a recipient marks one of your emails as spam. Spam reports can only be gathered from Internet Service Providers (ISPs) that provide a feedback loop.
It is important that addresses that have marked your messages as spam be permanently removed from your send list, even if the recipients have previously opted into receiving your messages. Continuing to send to customers who have reported your email as spam can severely affect your deliverability rating.
You can also access your Spam Reports from the Suppressions settings menu in the Twilio SendGrid App.
For more information, please see our Spam Reports documentation.
Retrieve all global suppressions
GET /v3/suppression/unsubscribes
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve a list of all email address that are globally suppressed.
Authentication
- API Key
Headers
Query String
Refers start of the time range in unix timestamp when an unsubscribe email was created (inclusive).
default: NoneRefers end of the time range in unix timestamp when an unsubscribe email was created (inclusive).
default: NoneThe number of results to display on each page.
default: NoneThe point in the list of results to begin displaying global suppressions.
default: NoneResponses
A Unix timestamp indicating when the recipient was added to the global suppression list.
The email address of the recipient who is globally suppressed.
format: emailNeed some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.