post http://localhost:3000/onboarding/workflows
Create Workflow
Log in to see full request history
Response
Create Workflow
xxxxxxxxxx
19curl --request POST \
--url http://localhost:3000/onboarding/workflows \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"stages": [
{
"type": "collect",
"manual_advance": true
}
],
"open_access": true,
"active": true,
"logo": {
"type": "contract"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: