Re: Error 601 from api -> reauthenticate -> error 601 again

Kenny_Elkington
Marketo Employee

Re: Error 601 from api -> reauthenticate -> error 601 again

It's possible.  Are you submitting the identity request and rest request to the same host, e.g. aaa-999-aaa.mktorest.com?  If the hosts are different you'd see what you're describing

Anonymous
Not applicable

Re: Error 601 from api -> reauthenticate -> error 601 again

All to the same host.

Kenny_Elkington
Marketo Employee

Re: Error 601 from api -> reauthenticate -> error 601 again

If you create a new custom service and use those credentials, do you have the same issue?  Beyond that, I'd suggest you open a support case and include examples calls/responses where you've observed this.

Anonymous
Not applicable

Re: Error 601 from api -> reauthenticate -> error 601 again

Hmm.. something is really wrong here. Have you tried to enter your get request into browser address bar and see how it goes? Also I'd try passing token as http auth header. It's not a solution, of course, as you won't fix the problem but it could lead you to understanding what's going on.

Nicholas_Manojl
Level 9

Re: Error 601 from api -> reauthenticate -> error 601 again

On the other end, I'd double check there isn't a typo in the URL or the way the paramaters are included,

eg., ?access_token="xxxx"?fields=firstname

Anonymous
Not applicable

Re: Error 601 from api -> reauthenticate -> error 601 again

Creating a new API-Only User and a new LaunchPoint Service fixed the issue. I suspect that when the setup was done the first time, the user wasn't made an api-only user.