Hey folks, question, using oAuth 2.0 in Postman, I...
# suitescript
n
Hey folks, question, using oAuth 2.0 in Postman, I get the access token just fine, but when doing the request after that, I get this:
Copy code
{
  "type": "<https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2>",
  "title": "Invalid login attempt, for more details see Login Audit Trail.",
  "status": 401,
  "o:errorCode": "INVALID_LOGIN"
}
Now the help explains how to see oAuth2.0 details in the LAT, but there are no failed request entries in it.. so any ideas on how to debug the issue other than that?
b
Id look harder in the audit trail, if you happen to work with multiple accounts, the audit trail of the correct account
n
I'm definitely in the correct account, not sure how to look harder but will try 🙂