Customers By Action

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

https://apiX.optimove.net/current/customers/GetCustomersByAction?RecipientGroupID=1&ActionID=2&Date=2018-05-24&CustomerAttributes=Alias;Country

Sample Response

[
  {"CustomerID":"231342","CustomerAttributes":["BuddyZZ","UK"]},
  {"CustomerID":"943157","CustomerAttributes":["Pax65","DE"]}
]
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!