Anyone who has successfully sent a GET to a RESTle...
# general
f
Anyone who has successfully sent a GET to a RESTlet with Postman? I got all keys/secrets setup with what should be the correct permissions and have set the realm to my account id. Timestamp, nonce and most importantly signature is generated by Postman. But I’m only getting invalid login attempt. URL should be correct as well - _https://<ACCOUNT_ID>._suitetalk.api.netsuite.com/services/rest/record/v1_/<SCRIPT_ID>/<DEPLOY_ID>_ Any ideas of what can be the cause? To clarify, I’m using OAuth 1.0 and HMAC-SHA256
c
What does the login audit trail say?
f
It doesn’t find anything
c
And if you’re using a sandbox, don’t mess up _ and - in the realm
b
i wouldnt expect the logs to say anything, thats not the url for a restlet
nor rest webservices
f
I assume it’s _ @CD
The issue for me was not adding authorization data to request headers