Good afternoon, I have been struggling with the Netsuite connection, I have managed to generate the access token, but when I try to use it in the query, on this endpoint
https://<accountID>.
suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=5
I am using the token generated in the previous step
Request Headers
Content-Length: <calculated when request is sent>
Host: <calculated when request is sent>
User-Agent: PostmanRuntime/7.24.1
Accept:
/
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Type: application/json
prefer: transient
Postman-Token: 4...
prefer: translent
Authorization: Bearer ey...
Request Body
{
"q": "SELECT * FROM transaction"
}
But I get this error in PostMan
Error: write EPROTO 51731784
error10000438:SSL routines
OPENSSL internalTLSV1_ALERT_INTERNAL_ERROR
../../third party/boringssl/src/ssl/tls record.cc594:SSL alert number 80
When I check the NetSuite log I get this
jti=a-a.70bc... InvalidScope
Does anyone know why this happens to me? I really appreciate your help