Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Webhook payload

event_id
string<uuid>
required
event_timestamp
string<datetime>
required
payload
object
required

Payload sent when a gift leaderboard is updated for a Network

Response

200

Return any 2xx status to indicate that the payload has been successfully received.

Any other response will cause the webhook to retry up to 5 times, over a period of several hours.