v1
latestOpenAPI 3.0.02026-08-0442100147.0 KBWorkspace API - Apps
Create a new app
Create a new application in the workspace
post/v1/apps
Request body
Response
App created successfully
Example response
{
"providers": {
"bankidse": {
"enabled": true,
"config": {}
},
"frejaid": {
"enabled": false,
"config": {}
}
},
"defaultWorkflowId": "default",
"workflows": [
{
"nodes": [
{
"id": "nd_ab12cd34"
}
]
}
]
}