Documentation Index
Fetch the complete documentation index at: https://core.anylayer.org/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Webhooks allow you to receive real-time notifications when events occur in the ZKScore system.Supported Events
Score Events
score.updated: User score changedscore.calculated: New score calculatedscore.breakdown.updated: Score breakdown changed
Achievement Events
achievement.claimed: User claimed an achievementachievement.progress.updated: Achievement progress changedachievement.created: New achievement created
Identity Events
identity.minted: New identity mintedidentity.activated: Identity activatedidentity.updated: Identity information updated
Attestation Events
attestation.created: New attestation createdattestation.revoked: Attestation revokedattestation.verified: Attestation verified
Webhook Payload
All webhook payloads follow this structure:Setting Up Webhooks
Webhook Security
Signature Verification
Best Practices
- Verify Signatures: Always verify webhook authenticity
- Handle Duplicates: Implement idempotency
- Process Asynchronously: Use queues for heavy processing
- Log Events: Keep audit trails
- Test Thoroughly: Use webhook testing tools