API Reference
cURL
curl --request POST \ --url https://production.runalloy.com/workflows/install \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'x-api-version: <x-api-version>' \ --data '{ "workflowIds": [ "<string>" ], "credentialIds": [ "<string>" ], "userId": "<string>" }'
{ "installed": true }
Installs workflows for a specified user.
The version of the API to use. The current API version is 2025-09.
200
true