Lifecycle Stage List

Returns all available lifecycle stages (for use in other functions, e.g., GetCustomerFutureValues).

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