Skip to main content

Integrations

Webhooks & Events

Outbound events, payload shape, and verification guidance.

Platform operators configure outbound webhooks from the internal admin workspace. Typical events:

  • quiz.completed
  • quiz.created
  • user.registered
  • user.scored
  • payment.received
  • tournament.started
  • tournament.ended
  • certificate.issued
  • leaderboard.updated
POST https://your-server.example/webhooks/iq-earners
Content-Type: application/json

{
  "event": "quiz.completed",
  "timestamp": "2026-06-05T12:00:00.000Z",
  "data": {
    "username": "player1",
    "quizId": "daily-2026-06-05",
    "score": 9,
    "total": 10
  }
}
Request org-specific signing secrets or custom routing via iqearnersteam@gmail.com.

Related in this guide