0

I'm trying to call getAllSiteAccounts using the following URL:
https://rest.developer.yodlee.com/services/srest/restserver/v1.0/jsonsdk/SiteAccountManagement/getAllSiteAccounts

When I make the call, I get back:
oauth_error_problem=invalid_url_access&oauth_error_code=418

A 418 error code is:
STATUS_HTTP_DNS_ERROR_EXCEPTION
Problem Updating Account(418): We could not update your account because the site is experiencing technical difficulties. Please try later.

Am I using the correct URL? I know they really don't want us to use this call in evaluation mode as it could time out, but I would think I'd get back a different error if that was the case.

Thanks, Chris

4

1 回答 1

0

此 URL 有效。我使用外部 REST 客户端尝试了这个 REST API,并成功获得了响应。

以下是正在发送的请求。

POST /services/srest/restserver/v1.0/jsonsdk/SiteAccountManagement/getAllSiteAccounts HTTP/1.1 主机:rest.developer.yodlee.com 缓存控制:无缓存 内容类型:application/x-www-form-urlencoded

cobSessionToken=xxxxxxxxxxxxx&userSessionToken=xxxxxxxxxxxxxxxxxx

你能再测试一下吗?

于 2013-12-18T23:14:54.247 回答