API ReferenceSuppressionsSuppressionid
Get a single suppression
x-sendlit-apikey<token>
In: header
Path Parameters
suppressionId*string
Response Body
application/json
application/json
curl -X GET "https://api.sendlit.dev/suppressions/string"{
"suppressionId": "string",
"recipientEmail": "string",
"reason": "hard_bounce",
"active": true,
"firstSuppressedAt": "string",
"lastSuppressedAt": "string",
"releasedAt": "string",
"releaseReason": "string"
}{
"error": "string"
}List the team's suppressed recipients GET
Previous Page
Release an active suppression POST
A workspace owner may release hard_bounce, repeated_soft_bounce, and manual suppressions only. Complaint suppressions cannot be released through this endpoint (409 suppression_not_releasable) — see the PRD's reactivation policy.