Yodlee Rest Api - Error Adding New User "exception Occurred"
I am trying to use the Yodlee REST API to access our Private Zone and add a new user. I am using the register3 api which I'm calling at https://sdkint11.yodlee.com/yodsoap/srest/
Solution 1:
You are passing the parameters in form of objects which will not be accepted by Yodlee. You will have to strictly follow the way it's represented in the document.
So your request parameter should look like for example -
cobSessionToken: '10072014_0:58f1876ccc220950774a0ea32',
userCredentials.loginName:'AAAAAA', userCredentials.password:'BBBBBB'
Please try out the suggested changes.
Post a Comment for "Yodlee Rest Api - Error Adding New User "exception Occurred""