Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
TBA: Calling a Token Endpoint
So, Ii'm building an external app and wish to communicate with Netsuite via tokens. So far, things have gone fairly smooth (lots of trial and error, but I've got token-based communication with RESTlets working). Last step is end-user authentication. My hope was to allow the end-user a traditional login screen with email/password. Take those values and create the NLAuth in the Authorization Header and send a GET request to https://rest.netsuite.com/rest/issuetoken (and yes, its the correct URL). I know all my values (email/password/consumerkey) are correct, becuase I'm using them for my other calls.
0