Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.