v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB

Organization Updated

Triggered when an organization is updated

postWebhookorganization.updated

Payload

spec_versionstring required

The webhook specification version

idstring required

Unique identifier for the webhook event (must be prefixed with "evt_")

type'organization.updated' required

The event type

occurred_atstring date-time required

When the event occurred (ISO 8601 format)

environment_idstring required

The environment ID where the event occurred

organization_idstring

The organization ID (if applicable)

object'Organization' required

The type of object that triggered the webhook

display_namestring

Human-readable display name for the event

Example payload

{
  "spec_version": "1",
  "type": "organization.updated",
  "object": "Organization",
  "data": {
    "id": "org_1234567890",
    "display_name": "AcmeCorp",
    "external_id": "org_external_123",
    "region_code": "US",
    "create_time": "2025-12-09T09:25:02.02Z",
    "update_time": "2025-12-09T09:25:02.025330364Z"
  }
}

Response

Webhook received successfully