API Reference
Points level changed
Triggered when a user’s level changes within a points system as a result of earning or losing points.
WEBHOOK
Body
application/json
The webhook event.
The webhook event type.
Available options:
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.
Response
200
Return a 200 status to indicate the webhook was received and processed.