get https://api4.optimove.net/Customers/GetCustomersByAction
Returns the list of customer IDs associated with a particular recipient group and action on a particular date, plus an optional customer attribute.
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
Sample Response
[
{"CustomerID":"231342","CustomerAttributes":["BuddyZZ","UK"]},
{"CustomerID":"943157","CustomerAttributes":["Pax65","DE"]}
]