Skip to content
DocsAPI ReferenceWebhooks
API Reference

Webhooks

Webhooks

Receive real-time notifications when events occur in your Conseto account. Webhooks are available on Starter plans and above.

Available Events

EventDescription
audit.completedGDPR audit finished processing
security.alertNew security vulnerability detected
consent.updatedVisitor updated consent preferences
conversion.trackedNew conversion event recorded
session.thresholdMonthly session limit approaching

Webhook Payload

json
{
  "event": "audit.completed",
  "timestamp": "2026-02-14T10:30:00Z",
  "data": {
    "auditId": "audit_uuid",
    "url": "https://example.com",
    "score": 85,
    "type": "gdpr"
  }
}
Documentation — CONSETO | CONSETO