Hello People, So I am working with RESTlets for th...
# suitescript
a
Hello People, So I am working with RESTlets for the first time. I created a simple script which returns Hello World on GET request. I have enabled the required features in netsuite. I have created a custom role and assigned it to a user. I have created integration record and access token. I have deployed my script and using external URL to make the call. I am getting an invalid login attempt in Postman. What am I missing?
m
you are missing authorization headers
a
Can you guide a little more please? How can I get that?
m
you must have chosen an authentication method while getting the keys most probably oauth1
a
yes, Token Based Authentication
b
TBA and the Login Audit Trail is where you start if you think you are close
its technically for rest services instead, but they use the same authentication and the postman collection is already setup correctly
a
I'll check those out. Thanks