get https://api4.optimove.net/Model/GetLifecycleStageList
Returns all available lifecycle stages (for use in other functions, e.g., GetCustomerFutureValues).
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/model/GetLifecycleStageList
Sample Response
[
{"StageID":1,"StageName":"New"},
{"StageID":2,"StageName":"Active"},
{"StageID":3,"StageName":"FromChurn"},
{"StageID":4,"StageName":"Churn"}
]