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.

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
Authorization
Header
URL
Click Try It! to start a request and see the response here!