v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
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.