get https://api4.optimove.net/Segments/GetValueSegments
Returns all defined value segment names and IDs.
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/GetValueSegments
Sample Response
[
{"ValueSegmentName":"Diamond","ValueSegmentID":1},
{"ValueSegmentName":"Gold","ValueSegmentID":2},
{"ValueSegmentName":"Silver","ValueSegmentID":3},
{"ValueSegmentName":"Bronze","ValueSegmentID":4}
]