Hi everyone! Can someone help me in using Postman....
# suitescript
j
Hi everyone! Can someone help me in using Postman. I'm trying to use it for the first time and I'm kind of confuse. What should I put in the headers if I want to use it to test a script that receive info from an xml? Thanks in advance
b
what script type
j
Restlet
you have 2 choices for authentication
supplying user credentials in the NLAuth Authorization header
or using OAuth 1 via Token based authentication
to use token based authentication, you need to create an integration record and then an access token for that integration
doing so will generate the tokens that you need to use to fill in the parameters for OAuth 1.0 in the Authorization subtab in Postman
j
Thanks