v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB

Organization Created

Triggered when a new organization is created in Scalekit

postWebhookorganization.created

Payload

spec_versionstring required

The webhook specification version

idstring required

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

type'organization.created' 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

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",
  "id": "evt_1234567890",
  "type": "organization.created",
  "occurred_at": "2024-01-15T10:30:00.123456789Z",
  "environment_id": "env_1234567890",
  "organization_id": "org_1234567890",
  "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"
  },
  "display_name": "Organization Created"
}

Response

Webhook received successfully