Is here anyone who can help issue with suitetalk? ...
# general
m
Is here anyone who can help issue with suitetalk? I am trying to call suitetalk API  by following link http://mikebian.co/using-netsuites-token-based-authentication-with-suitetalk/ but it says 401. any help appreciated!
a
usually means incorrect tokens - or issues with the URL
could also mean not enough permissions
m
Thanks for reply @Amtoj for your reference I followed all steps mentions in https://help.deputy.com/en/articles/3394347-setting-up-netsuite-token-based-authentication-tba
and also in postman it throw error like {     "type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2",     "title": "Unauthorized",     "status": 401,     "o:errorDetails": [         {             "detail": "Invalid login attempt. For more details, see the Login Audit Trail in the NetSuite UI at Setup > Users/Roles > User Management > View Login Audit Trail.",             "o:errorCode": "INVALID_LOGIN"         }     ] }
but when I navigate to section Setup > Users/Roles > User Management > View Login Audit Trail then it does not display the errors I faced