Removes email suppression of a user in the system
POST/api/v1/reactivate_email/:bounce_id
POST /api/v1/reactivate_email/{bounce_id}
Emails are suppressed by PostMark, when they receive a Hard bounce / Spam Complaint. This endpoint allows you to remove the suppression and send emails to the user again.
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 429
- 5XX
- default
Success
Response Headers
X-MINIMUM-CLIENT-VERSION
The API version
X-RateLimit-Remaining
The number of requests left for the time window.
X-RateLimit-Limit
The total number of requests in a given time window.
Postmark exception - generated if the suppression cannot be removed for any reason
Authentication error
Authorization error
Validation error
Rate Limit Exceeded
Server error
Unexpected Error