Anyone have any insight into creating the signature for a REST API SuiteQL signature? I have one for authenticating and calling a RESTlet script, and it works just fine in my app, but when I try to call the REST API for a SuiteQL query, I keep getting signature errors.
Guessing I must be missing something obvious. Changing the URLs to the SuiteQL ones keeps returning me error: “error=”token_rejected”, error_description=”Invalid login attempt.””… But my TBA credentials work perfectly fine with a RESTlet URL instead…
I’m generating my signature using Crypto JS.