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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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