POST /api/source/loadAccounts

The private endpoint worked with workflows because it allowed you to send the unoptimized flag in an x-www-urlencoded payload. The new endpoint only supports form-data, and workflows does not support this.

1 Like