get https://api4.optimove.net/Customers/GetCurrentlyTargetedCustomers
Returns an array of all customer IDs currently included in one or more campaigns.
Rate Limit
This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.
Sample Request
https://apiX.optimove.net/current/customers/GetCurrentlyTargetedCustomers
Sample Response
[
{"CustomerID":"231342","CampaignID":428,"ActionID":4,"StartDate":"2018-05-30","EndDate":"2018-01-02"},
{"CustomerID":"745611","CampaignID":370,"ActionID":18,"StartDate":"2018-05-30","EndDate":"2018-01-03"}
]