v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBWebhook 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
Example payload
{
"type": "company.updated",
"timestamp": "2025-02-18T15:30:00Z",
"data": {
"companyId": "12345"
}
}Response
Webhook received successfully (200-299 status code).