AsyncAPI channel · statsig · Statsig Webhook Events

/webhook

Channel for receiving batched event notifications from Statsig. Events are sent as HTTP POST requests with JSON payloads. The channel supports event filtering to control which event types are forwarded.

Provider: statsig AsyncAPI: v2.6.0 Spec: Statsig Webhook Events Operations: 1 Messages: 3

Channel address

/webhook

Operations

publish
receiveWebhookEvents
Receive webhook event batches

Messages

ExposureEvent
An exposure event triggered when a user is evaluated against a gate, experiment, or dynamic config via the SDK.
Content-Type: application/json
ConfigChangeEvent
A configuration change event triggered when a gate, experiment, dynamic config, or other entity is created, updated, or deleted through the Statsig Console or API.
Content-Type: application/json
EventBatch
A batch of events containing one or more exposure or config change events sent together for efficiency.
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.