Process a one-click email unsubscribe
Public landing endpoint for the signed List-Unsubscribe URL that Orbit stamps into every outbound email. The {token} is an HMAC-signed value binding the tenant, message, and recipient — no API key or session is required, the token is the credential. Opening the link suppresses that recipient from future sends (idempotently) and either renders a confirmation page or 302-redirects to the sender’s configured unsubscribe page. Use this for the human-clickable (GET) half of RFC 8058 one-click unsubscribe.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Signed, single-use unsubscribe token minted by Orbit and embedded in the email's List-Unsubscribe header/link. Opaque to callers.
Response
The recipient was suppressed and no sender redirect is configured, so a minimal HTML confirmation page is returned.
The response is of type string.