Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Rest Api login invalid
Hi,
I am trying to use NetSuite RestApi but I am receiving an error during authentication. I am using TBA.
Using Postman this is what I am sending:
curl --location 'https://64xxxx.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder?oauth_consumer_key=da2ecxxxxxxxx&oauth_token=0090fxxxxxxx&oauth_signature_method=HMAC-SHA256&oauth_timestamp=1728411983&oauth_nonce=734WFxxxx&oauth_version=1.0&oauth_signature=MWju8ysvxxxxx'
And this is what I am receiving
{ "type": "https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.2", "title": "Unauthorized", "status": 401, "o:errorDetails": [ { "detail": "Invalid login attempt. For more details, see the Login Audit Trail in the NetSuite UI at Setup > Users/Roles > User Management > View Login Audit Trail.", "o:errorCode": "INVALID_LOGIN" } ]}