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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"]}
]
Query Params
int32
required

A single numeric digit indicating a Recipient Group ID. 1 for single groups, 0 for control groups, and 1, 2, etc. for multiple groups or A/B/n campaigns.

int32
required

The Action ID is Optimove's unique ID for each action.

date-time
required
string
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json