Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How to generate authorization code from consumer key, token key
Hello,
I am trying to integrate our application using restlets. We have restapis all set up and deployed, I have created a role with web service, token based login and generated consumer key/secret and token key/secret.
When I use postman with oauth 1.0. I keep getting login error. Is there any other permission I need to enable?
I understand that there is a way to have netsuite generate auhtorization code from consumer key and token key where in then I can use no authorization in Postman and just send authorization key in header. How do I do that?