How to solve below error which i am getting when i make custom Oauth 2.0 call?

Below is the error i get when i make custom HTTP call to Netsuite API;s

{“message”:“The request failed due to failure of a previous request.”,“code”:“SC424”,“suberrors”:[{“message”:“invalid_request”,“name”:“Error”}]}

I believe that rather cryptic message just means that the OAuth 2.0 credentials you supplied failed at the authentication stage.

Are you sure they’re correct? Are you using the HTTP Make an OAuth 2.0 request module?

Also, note that there’s a lot of setup that’s needed at the NetSuite end. If you’re sure that’s been done correctly, I’d try replicating your HTTP request using postman.com and seeing if that succeeds or fails.

1 Like