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.
Python REST Web Services POST request?
Hello, I've successfully signed and sent a GET request via python using the oauthlib.oauth1 library. An example is pasted below for anyone else trying to get past this hurdle.
However, when I try to do a POST request to query data, I am hit with an Invalid login attempt. I assume something is going wrong with my signature but not sure where it is going wrong. Any experts out there have a successful Token-Based Authorization POST request (to Query data or otherwise?). I've verified that I can run this query in Postman and the credentials do work for the GET request so I know my credentials are entered correctly.
0