I have been attempting to get connected using the rest web services api. I have the postman collection installed and fully working without issue.
The problem I am having is duplicating the signature creation in my own system. I have attempted all of the SOAP and RESTlet signature methods with no avail. I know everything is there as if I change any of the parameters, the error log will show either required parameter missing or invalid timestamp, etc. As is now I simply get invalid signature.
Anyone have any input on this? I know i have everything setup properly in netsuite as I am able to make all the required calls from postman with no issue, just no idea on what string/key combination they are using to calculate the signature.