Integration
Complete Webhook Integration Flow​
-
Register Webhook URL
- Call
POST /apps/api/webhooks - Save the
secretKeysecurely
- Call
-
Implement Webhook Handler
- Create endpoint at your
webhookUrl - Implement signature verification
- Handle different event types
- Create endpoint at your
-
Test Your Integration
- Call
POST /apps/api/webhooks/test - Verify your endpoint receives the test webhook
- Check signature verification works
- Call
-
Go Live
- Create contracts via API
- Monitor delivery logs for any failures
-
Ongoing Maintenance
- Check
/apps/api/webhooks/logsperiodically - Regenerate secret if compromised
- Update URL if endpoint changes
- Check