---
title: "Unsubscribe From Marketing"
method: GET
path: "/api/email/unsubscribe"
tags: ["email-unsubscribe"]
---

# Unsubscribe From Marketing

`GET /api/email/unsubscribe`

Unsubscribe from marketing/drip emails via signed link.

Suppression is by EMAIL address (covers all of this person's current and
future orgs), with the org-level flag kept for backwards compatibility.

## Query parameters

- `org_id` string, required
- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/f8600f7a4ae3/schema)
