Skip to main content
POST
points.changed

Body

application/json

The webhook event.

type
enum<string>
required

The webhook event type.

Available options:
points.changed
user
User · object
required

The user whose points increased or decreased.

points
GetUserPointsResponse · object
required

The user's points after the event.

Response

200

Return a 200 status to indicate the webhook was received and processed.