Add to suppression list
Add an email address to the suppression list. Suppressed emails will not receive any emails. If the email already exists in the suppression list, the existing entry is returned with a 200 status code. The email is normalized to lowercase.
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Body
The email address to suppress.
255"blocked@example.com"
Response
Email already exists in the suppression list
Unique identifier for the suppression entry.
The suppressed email address.
When the entry was created.
"2026-03-03 10:00:00"
When the entry was last updated.
"2026-03-03 10:00:00"
The reason the email was suppressed.
manual, bounce, complaint, null 
