---
title: "Retrieve unsubscribe info for a customer"
method: GET
path: "/customers/{id}/unsubscribe_info"
tags: ["Customers"]
---

# Retrieve unsubscribe info for a customer

`GET /customers/{id}/unsubscribe_info`

## Path parameters

- `id` string, required

## Response `200`

The marketing resources the customer has opted out of

- object
  - `unsubscribed_campaigns` string[], required — The campaigns the customer has unsubscribed from
  - `unsubscribed_triggers` string[], required — The triggers the customer has unsubscribed from
  - `unsubscribed_from_all` boolean, required — Whether the customer has opted out of all marketing

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
