cURL
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>" } ] } ]
Retrieves workflow templates for the authenticated organization
Documentation IndexFetch the complete documentation index at: https://docs.processzen.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.processzen.io/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes