Process email unsubscribe link
Browser redirect endpoint for signed unsubscribe links generated in consumer automated template emails. A valid link records the consumer email opt-out, removes pending scheduled communications for the consumer, disables consumer-profile email permission, and redirects to the configured consumer frontend login with unsubscribe=success. Invalid, expired, or tampered links redirect to the same login page with unsubscribe=invalid.
Path Parameters
Encrypted unsubscribe payload generated by the backend email template.
Query Parameters
Laravel URL signature generated by the backend.
Response
Redirects to the consumer frontend login page with either unsubscribe=success or unsubscribe=invalid.

