Skip to main content
Version: 5.7.0

RefreshMySegments

Refreshes the segments for the current user. Available via cloud-code only.

Note that segments are already automatically refreshed upon authentication – this method can be used to cause segments to refresh mid-session - for example, after completing a level.

ServiceOperation
segmentREFRESH_MY_SEGMENTS

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {},
"status": 200
}