Event reference
Every event Plurall AI emits, with a stable name and shape.
GET/api/v1/webhooks/deliveries
scan.created · scan.completed · verdict.synthetic · verdict.suspicious · case.opened · case.escalated · case.resolved · user.flagged · report.ready · verification.completed. All events share a top-level shape: { id, type, createdAt, resource, data }.
curl -X GET https://api.plurall.tech/api/v1/webhooks/deliveries \
-H "Authorization: Bearer pl_sbx_key_..."OpenAPI source
listWebhookDeliveriesList webhook deliveries
Scopes
webhooks:manage
Request
none
Response
200 WebhookDeliveryList
This method/path/schema block is rendered from the shared OpenAPI registry, not hand-authored page copy.
scan.completed
Fired when a scan reaches a terminal state. data carries the full scan envelope. This is the recommended event for most integrations.