call restlet from postman, set all consumer key, s...
# ask-stanley-ai
b
call restlet from postman, set all consumer key, secret, access token, realm, but got INVALID_LOGIN_ATTEMPT
c
AI generated answer (using internal Slack threads):
Based on the conversations, the error
INVALID_LOGIN_ATTEMPT
when calling a RESTlet from Postman can be due to several reasons. Here are some possible solutions: 1. Make sure to add authorization data to
Request Headers
. This is a common mistake that can be easily overlooked. 2. The
Realm
should be provided and it should match the value from your NetSuite account, including capitalization. If your account is a sandbox, replace the hyphen (-) with an underscore (_). 3. The
Nonce
is automatically generated by Postman, so you don't need to provide it. Similarly,
Callback URL
,
Verifier
, and
Timestamp
are not needed. 4. Ensure that the role associated with the token has the
Log in using Access Tokens
permission set to
Full
. 5. If you're still facing issues, you can refer to NetSuite's guide on [Working with REST Web Services Using Postman](https://system.netsuite.com/app/help/helpcenter.nl?fid=chapter_1544794192.html) for more detailed instructions. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.888794124
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.874939
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.872863948
Please provide your feedback on this answer.