Get all SuccessCycles.Ask AIget https://api.clientsuccess.com/v3/successcycleRetrieve an array of all SuccessCycles.Query ParamspageTokenintegerAn arbitrary number indicating where to start retrieving successCycles. Don't set this value on your first call. The return payload will contain a next_page_token. Use the value of that key as a query parameter and you will get the next PageSize successCycles. Once the next_page_token value is zero, you have retrieved all the successCycles.pageSizeintegerDefaults to 10Set the number of successCycles to retrieve on each call to the API. Maximum is 10Responses 200An array of SuccessCycles 400Bad requestUpdated over 2 years ago