v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Webhook Events
Public API

Company Updated

Triggered when company information or company status changes.

Behavior & Constraints

  • This event is emitted for general company updates.
  • When the underlying change is a company status change, the emitted event depends on the new status:
    • If the new status is DELETED or CANCELLED, the system emits company.deleted instead.
    • Otherwise the system emits company.updated.
postWebhookcompany.updated

Payload

type'company.updated'

The event type identifier

timestampstring date-time

ISO 8601 timestamp (UTC) when the event was fired

Example payload

{
  "type": "company.updated",
  "timestamp": "2025-02-18T15:30:00Z",
  "data": {
    "companyId": "12345"
  }
}

Response

Webhook received successfully (200-299 status code).