Overview
Webhooks enable real-time notifications when scores, achievements, or attestations change. This guide covers webhook setup and best practices.Setting Up Webhooks
Best Practices
- Verify Signatures: Always verify webhook signatures
- Idempotency: Handle duplicate events
- Async Processing: Process webhooks asynchronously
- Monitoring: Monitor webhook delivery
- Error Handling: Retry failed webhooks