ByteChef LogoByteChef
Frontend (Signing Key JWT)Request Trigger

Execute a workflow

Executes a single workflow through its Request trigger and returns the result the workflow produces.

POST
/workflows/{workflowUuid}

Authorization

jwtBearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workflowUuid*string

The workflow uuid.

Header Parameters

X-Environment?string

The environment.

Value in

  • "DEVELOPMENT"
  • "STAGING"
  • "PRODUCTION"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/workflows/string"
{}

How is this guide?