Skip to documentation
Workflow Developer API

Create Developer Workflow

Create a workflow directly in the core ETL store used by UMPA.

POST/developer/v1/workflows

Authorizations

Authorization
stringheaderrequired

Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:write for the authenticated organization.

Headers

Accept
stringheader

Response media type. Use application/json for the current API.

Parameters

This endpoint does not define request parameters.

Request body

Send an application/json request body. This body is required.

WorkflowDeveloperDefinitionCreate
namestring
descriptionstring | null
nodesarray<WorkflowNodeSchema>
edgesarray<WorkflowEdgeSchema>
triggerobject<string, any> | null
routestring | null

Responses

201Successful Response
WorkflowDefinitionResponse
idstring
org_idstring
namestring
descriptionstring | null
statusstring
nodesarray<WorkflowNodeSchema>
edgesarray<WorkflowEdgeSchema>
triggerobject<string, any> | null
422Validation Error
HTTPValidationError
detailarray<ValidationError>