---
title: "Canceled Campaign Customers"
method: GET
path: "/Customers/GetCanceledCampaignCustomers"
tags: ["Customers"]
---

# Canceled Campaign Customers

`GET /Customers/GetCanceledCampaignCustomers`

Returns an array of all customer IDs that had been included in a campaign that was canceled, along with their associated action IDs and promo codes.

## Query parameters

- `campaignID` integer, required

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerPromotion[]
  - `CustomerID` string, nullable
  - `ActionID` string, nullable — The Action ID is Optimove's unique ID for each action.
  - `PromoCode` string, nullable

---

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