Skip to main content
Configure webhooks to receive real-time notifications when events occur in CodeThreat.

Create Webhook

1

Navigate to Webhooks

Organization SettingsWebhooks
2

Create Webhook

Click Create Webhook
3

Configure

Set webhook properties:
  • URL: Your endpoint URL
  • Events: Which events to receive
  • Secret: Optional signing secret
4

Save

Click Create

Available Events

scan.completed: Scan finished scan.failed: Scan encountered error violation.created: New violation found violation.fixed: Violation marked as fixed repository.connected: Repository added member.invited: Team member invited member.added: Team member joined

Webhook Payload

Example payload:

Verify Webhook Signatures

Verify webhooks using HMAC signature:

What’s Next?

API Keys

Create API keys

CI/CD Integration

Integrate with CI/CD