Value Segment Changers

Returns all customer IDs in the database which changed value segments, along with their before and after value segment IDs.

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/segments/GetCustomersByValueSegment?ValueSegmentID=3&CustomerAttributes=Alias;Country>

Sample Response

[
	{"CustomerID":"231342","InitialValueSegmentID":2,"FinalValueSegmentID":3,
   "CustomerAttributes":["BuddyZZ","UK"]},
	{"CustomerID":"931342","InitialValueSegmentID":1,"FinalValueSegmentID":2,
   "CustomerAttributes":["Pax65","DE"]}
]
Query Params
date-time
required
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