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
| Event | Description |
|---|---|
audit.completed | GDPR audit finished processing |
security.alert | New security vulnerability detected |
consent.updated | Visitor updated consent preferences |
conversion.tracked | New conversion event recorded |
session.threshold | Monthly 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"
}
}