cURL
curl --request PATCH \ --url https://flowra.dev/api/v1/workflow/manager/change-connection/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully" }
Switch which connected account (OAuth) is used for a given toolkit in this workflow. Use when you want the workflow to run with a different user’s credentials.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Connection updated successfully
Show child attributes
Was this page helpful?