v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB

SSO Connection Enabled

Triggered when an SSO connection is enabled for an organization

postWebhookorganization.sso_enabled

Payload

spec_versionstring required

The webhook specification version

idstring required

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

type'organization.sso_enabled' 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'Connection' 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.sso_enabled",
  "object": "Connection",
  "data": {
    "connection_type": "OIDC",
    "provider": "OKTA",
    "status": "COMPLETED"
  }
}

Response

Webhook received successfully