WEBHOOK
documents.report.deleted
{
  "type": "document.report.deleted",
  "timestamp": "2025-03-25T12:01:20.000Z",
  "data": {},
  "previousAttributes": {
    "id": 1879616,
    "eventId": 250410,
    "companyId": 3611,
    "typeId": 12,
    "fileUrl": "https://example.com/document.pdf",
    "createdAt": "2025-03-25T12:01:12.000Z",
    "updatedAt": "2025-03-25T12:01:19.000Z"
  }
}

Headers

Webhook-Id
string
required

A unique message identifier for the webhook.

Webhook-Timestamp
string
required

The time the message was generated (Unix timestamp in seconds).

Webhook-Signature
string
required

A cryptographic signature that allows you to verify the integrity and authenticity of the payload.

Body

application/json

Response

200

Webhook received successfully