AsyncAPI channel · segment
· Segment Webhook Events
/webhook
The webhook endpoint that receives Segment events. Segment sends each event as an HTTP POST request with a JSON body.
Channel address
/webhook
Operations
publish
receiveSegmentEvent
Receive Segment event
Messages
IdentifyEvent
An identify event that associates a user with their traits.
Content-Type:
application/jsonTrackEvent
A track event that records an action performed by a user.
Content-Type:
application/jsonPageEvent
A page event that records a page view on a website.
Content-Type:
application/jsonScreenEvent
A screen event that records a screen view in a mobile app.
Content-Type:
application/jsonGroupEvent
A group event that associates a user with a group or account.
Content-Type:
application/jsonAliasEvent
An alias event that merges two user identities.
Content-Type:
application/jsonAbout 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.