---
title: "Currently Targeted Customers"
method: GET
path: "/Customers/GetCurrentlyTargetedCustomers"
tags: ["Customers"]
---

# Currently Targeted Customers

`GET /Customers/GetCurrentlyTargetedCustomers`

Returns an array of all customer IDs currently included in one or more campaigns.

## Response `200`

Success

- OptimoveAPIModelsOptimoveCurrentlyTargetedCustomers[]
  - `CustomerID` string, nullable
  - `CampaignID` integer
  - `ActionID` integer — The Action ID is Optimove's unique ID for each action.
  - `StartDate` string, nullable
  - `EndDate` 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)
