Create a Segment inbound source
Integrations
Create a Segment inbound source
Creates a new Segment inbound Source for the tenant and returns its delivery webhook URL plus a freshly generated inbound HMAC secret shown in plaintext exactly once — store it now, it cannot be retrieved again (rotate to issue a new one). Point a Segment webhook destination at the returned URL and sign requests with the secret. Requires the integrations:write scope and an owner/admin role.
POST
Create a Segment inbound source
Authorizations
Dashboard JWT token from Clerk
Response
200 - application/json
The created Source (id, name, webhook URL, one-time plaintext inbound secret and its prefix) wrapped in the standard envelope.
The response is of type object.