AsyncAPI channel · launchdarkly · LaunchDarkly Webhooks Events

/webhook

LaunchDarkly sends audit log events to this channel when changes occur in the platform. Events can be filtered using policy statements configured on the webhook. By default, all flag change events in the production environment are sent.

Provider: launchdarkly AsyncAPI: v2.6.0 Spec: LaunchDarkly Webhooks Events Operations: 1 Messages: 6

Channel address

/webhook

Operations

publish
receiveWebhookEvent
Receive a webhook event from LaunchDarkly

Messages

FlagChangeEvent
An event triggered when a feature flag is created, updated, or deleted.
Content-Type: application/json
ProjectChangeEvent
An event triggered when a project is created, updated, or deleted.
Content-Type: application/json
EnvironmentChangeEvent
An event triggered when an environment is created, updated, or deleted.
Content-Type: application/json
SegmentChangeEvent
An event triggered when a user segment is created, updated, or deleted.
Content-Type: application/json
MemberChangeEvent
An event triggered when an account member is invited, updated, or removed.
Content-Type: application/json
GenericChangeEvent
A catch-all event for any change to a LaunchDarkly resource that does not have a more specific event type defined.
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.