Skip to main content
POST
/
api
/
data
/
v1
/
streams
/
{streamId}
/
executions
http
POST /api/data/v1/streams/{streamId}/executions HTTP/1.1
Host: {instance}.domo.com
X-DOMO-Developer-Token: {token}
Content-Type: application/json

{
  "action": "MANUAL"
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Developer token obtained from Domo

Path Parameters

streamId
string
required

Body

application/json
action
enum<string>
Available options:
MANUAL

Response

200

Stream execution started