One-click unsubscribe (RFC 8058)
email-unsubscribe
One-click unsubscribe (RFC 8058)
RFC 8058 one-click unsubscribe endpoint.
Mail clients (Gmail, Apple Mail) POST to this URL with the form body: List-Unsubscribe=One-Click
The JWT token is accepted from either:
tquery parameter (standard form)- Implicit in the original
tquery parameter on the URL
Returns 200 with an EMPTY body on success. Gmail / Apple require either 200 or 204 with no body content.
Status codes: 200 — success (empty body) 400 — invalid or expired token (empty body)
POST
One-click unsubscribe (RFC 8058)
Authorizations
Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.
Query Parameters
Signed unsubscribe JWT token.
Body
application/x-www-form-urlencoded
RFC 8058 form field; value should be 'One-Click'.
Response
Successful Response