latestOpenAPI 3.1.02026-08-16160205478.8 KB

35a0d1b09a5d

event-streams

Create event stream

Creates a new event streaming connection.

post/event-streams

Request body

namestring required

The name for the event stream.

connection_type'WEBHOOK' required

The type of event stream connection.

webhook_urlstring

The webhook URL. Required when connection_type is WEBHOOK.

Response

The event stream just created. Credentials are returned in clear text only on creation.

event_stream_idstring uuid required

The ID of the event stream.