Signature verification
Always verify webhook signatures:HTTPS only
Webhook URLs must use HTTPS:- Prevents man-in-the-middle attacks
- Protects webhook data in transit
- Required for production use
IP allowlisting
Restrict webhook access to Scalekit IP addresses:Replay protection
Prevent replay attacks by tracking processed events:Rate limiting
Protect against webhook floods:Error handling
Handle errors gracefully:Logging
Log webhook events for auditing:Next steps
Webhooks overview
Getting started with webhooks
Webhook events
Available events