Hi all, I’m trying to hit Netsuite’s REST API with...
# integrations
a
Hi all, I’m trying to hit Netsuite’s REST API with Postman, but no matter what I try I get a
401
auth. I’ve verified that these credentials are correct. Am I doing something wrong in the configuration?
n
If you scroll down further, make sure that the checkbox for "Encode the parameters in the Authorization header" is checked. Also if you are hitting a sandbox account, the account ID in the URL looks like this '12345-sb1' But the Realm needs to look like this '12345_SB1
1
a
Hmm, I don’t see an
Encode the parameters in the Authorization header
option (screenshot 1). I also tried setting “Add auth data to”
Request Headers
but am still getting an error (2nd screenshot). Still no luck. 😞
n
Ah so I am looking under the Authorization tab of the request. I'm not sure where you are with Advanced Configuration. But here is a sample of what it should look like
a
Oh that’s so strange… I literally don’t see that option lol.
Let me look into it.
n
Im on desktop version v10.23 if that helps