AsyncAPI channel · PSC Insurance · PSC Insurance Content Lake — real-time listen stream

/data/listen/production

Server-Sent Events stream of mutations to documents matching the subscribed GROQ query. Verified live: an anonymous GET with `Accept: text/event-stream` returns HTTP 200 and immediately emits a `welcome` event, then holds the connection open.

Provider: PSC Insurance AsyncAPI: v3.0.0 Spec: PSC Insurance Content Lake — real-time listen stream Operations: 1 Messages: 3

Channel address

/data/listen/production

Parameters

Operations

receive
receiveContentEvents
Receive content mutation events for the PSC marketing site.

Messages

welcome
Emitted once, immediately after the stream opens.
Content-Type: application/json
mutation
Emitted when a document matching the subscribed query is created, updated or deleted. Not observed during the probe window; fields below follow Sanity's public documentation for this endpoint.
Content-Type: application/json
channelError
Emitted when the subscription fails (for example an invalid GROQ query).
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 Agent Skill and MCP server surfaces of the same providers.