Skip to main content

StreamBody

sourceIdstringrequired

Id of the source sending the data.

Example: connectionId
payloadobjectrequired

Data to be streamed

dry_runboolean

If true, perform a dry run without actually streaming data

StreamBody
{
"sourceId": "connectionId",
"payload": {},
"dry_run": true
}