Hello,
I run a public app and I’m having an issue with signature verification for GET requests related to HubSpot UI extensions, I run the v3 algorithm signature check (Same as for webhooks).
I’ve included the query parameters in the signature construction, the verification is inconsistent.
Could someone clarify if query parameters should indeed be part of the signature verification process? If yes, what is the correct order for incorporating these parameters into the signature?
Or maybe I don’t use the right verification algo?
Thank you for your guidance!