REST APIUser Management Notification

POST

Perform one-click email unsubscribe (RFC 8058)

Processes an RFC 8058 one-click unsubscribe request and unsubscribes the user from the email notification category encoded in the token.

Header Params

  • request-id string
    Optional client-supplied request ID used for log correlation and tracing

Body Params

object

  • List-Unsubscribe string required
    RFC 8058 one-click unsubscribe form value. Must be 'One-Click'.

Responses

200
Unsubscribed successfully
No response body
400
Invalid or expired token, or non-compliant RFC 8058 request body
No response body
429
Too many unsubscribe requests from this IP
No response body
500
Failed to update subscriptions
No response body