Skip to main content
POST
Receive a Segment webhook event

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

source
string
required

The Orbit Segment Source id this workspace was configured to post to.

Body

application/json
type
string

Segment event type (identify, track, group, or alias).

messageId
string

Stable per-event id Segment uses for idempotent replay.

userId
string

The customer-side canonical user id.

traits
object

Trait map for identify/group events (email, phone, name, …).

Response

200 - application/json

The event was received and dispatched.

data
object
meta
object