Value Segments

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