Retrieves workflow templates for the authenticated organization
curl --request GET \ --url http://processzen.io/api/get-workflow-templates \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "name": "<string>", "inputFields": [ { "pageName": "<string>", "inputId": "<string>", "fieldName": "<string>" } ] } ]
Show child attributes