Skip to main content
WEBHOOK
event.updated
{
  "type": "event.updated",
  "timestamp": "2025-03-25T12:31:02.000Z",
  "data": {
    "id": 302566,
    "companyId": 18640,
    "title": "Q4 2025",
    "typeId": 29,
    "fiscalYear": 2025,
    "fiscalPeriod": "Q4",
    "date": "2025-04-28T06:00:00.000Z",
    "backlinkUrl": "https://example.com",
    "createdAt": "2025-01-07T04:06:11.000Z",
    "updatedAt": "2025-03-25T12:31:02.000Z"
  },
  "previousAttributes": {
    "title": "2025-04-25T06:00:00.000Z",
    "updatedAt": "2025-01-07T04:06:11.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
type
string
required

The type of event.

Allowed value: "event.updated"
timestamp
string<date-time>
required

The time the event was triggered.

data
object
required

On update, contains the updated details.

previousAttributes
object
required

Only the properties that changed.

Response

200

Webhook received successfully

I