Create Developer Workflow
Create a workflow directly in the core ETL store used by UMPA.
POST
/developer/v1/workflowsAuthorizations
Authorizationstringheaderrequired
Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:write for the authenticated organization.
Headers
Acceptstringheader
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
namestringdescriptionstring | nullnodesarray<WorkflowNodeSchema>edgesarray<WorkflowEdgeSchema>triggerobject<string, any> | nullroutestring | nullResponses
WorkflowDefinitionResponse
idstringorg_idstringnamestringdescriptionstring | nullstatusstringnodesarray<WorkflowNodeSchema>edgesarray<WorkflowEdgeSchema>triggerobject<string, any> | nullHTTPValidationError
detailarray<ValidationError>