Create a record
POST
/api/v2/appsCreate a Workflow App recordUse app to identify the configured Workflow App. A record must belong to either a project or a workspace.
curl -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: bearer YourTokenHere' \
-d '{
"app": "Risk",
"name": "Supplier delay",
"description": "Delivery may slip",
"project": "Website Redesign"
}' \
'https://app.celoxis.com/psa/api/v2/apps'