Triggered when a user’s level changes within a points system as a result of earning or losing points.
points.changed, which reflects points balance changes more broadly. Use points.level_changed when you care specifically about level transitions.The webhook event.
The webhook event type.
points.level_changed The user whose level changed.
The points system in which the level changed.
The user's previous level, or null if the user had no level.
The user's new level, or null if the user no longer has a level.
Return a 200 status to indicate the webhook was received and processed.