Skip to main content
WEBHOOK
points.boost_finished
{
  "type": "points.boost_finished",
  "timestamp": "2025-01-17T23:59:59Z",
  "boost": {
    "id": "0040fe51-6bce-4b44-b0ad-bddc4e123534",
    "name": "Double XP Weekend",
    "status": "finished",
    "userId": null,
    "pointsSystemId": "0040fe51-6bce-4b44-b0ad-bddc4e123535",
    "pointsSystemKey": "xp",
    "pointsSystemName": "XP",
    "start": "2025-01-15",
    "end": "2025-01-17",
    "multiplier": 2,
    "rounding": "down"
  }
}

Body

application/json

The webhook event.

type
enum<string>
required

The webhook event type.

Available options:
points.boost_finished
timestamp
string<date-time>
required

When the event occurred (ISO 8601).

boost
PointsBoostWebhookPayload · object
required

The points boost that finished.

Response

200

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