v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Webhook Events
Public API

Company Deleted

Triggered when a company status change results in the company being considered deleted/closed.

Behavior & Constraints

  • This event is emitted when the new company status is DELETED or CANCELLED.
  • For other company updates and status changes, the system emits company.updated.
postWebhookcompany.deleted

Payload

type'company.deleted'

The event type identifier

timestampstring date-time

ISO 8601 timestamp (UTC) when the event was fired

Example payload

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

Response

Webhook received successfully (200-299 status code).