standard advice is to try postman to send the requ...
# suitescript
b
standard advice is to try postman to send the request if you are manually testing
👍 1
s
Do you have any sample request ?
b
generally not shareable, contains account specific information
generally you set the url to the external url of the restlet
in the Authorization tab you choose OAuth 1,0
n
If you're not sure how to do it and just need to send in requests to test it's working OK from a functional stand point you could use the "cookie" route with the RESTlet set to Test instead of Released.
b
you set the consumer key, consumer secret, token secret and access token
set the Realm to the account id of your account
s
Ok Thanks @NElliott @battk