Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Oauth v2.0 client credentials flow getting invalid_grant
Hello,
I'm getting an odd issue with the OAuth 2 client credentials flow.
I'm developing an app that will connect to Netsuite to get some customer data and I've come across an odd issue. On my test machine, when I'm running it to compile the app and debug app, it used to have no issues connecting to netsuite and retrieving the data I request. Now, whenever I try to connect to netsuite rest api and get the access token, it is returning back a 400 error with an error message of "invalid_grant" (the auth/oauth2/v1/token ENDPOINT)
On the same machine, if I use postman to get the access token, there is no error message, and I get the access token with no issues and can use the token to acesss the REST API
0