Accessing 3rd party website with Encryption key

Hi All

I am stuck at one point in API integration. I want to use a 3rd party website which has my personal account. From Wix, I need to create a button (on click) it logs into my 3rd party website’s account and fetches my dashboard information.

The 3rd party requires secret key encryption using HMAC-SHA512 or SHA 256.

There are few libraries that can be imported to your code that let you use encryption but I’m unable to do that in WIX. Can anyone help?

1 Like

Hi do I need to Import any API in order to do this? It says that “the type information for this library might be available but it required node plugin to be running”

Hi Zaki and Suneel,

Unfortunately you cannot ‘import’ APIs (yet : ) ).
What you can do, is find a code that does that (probably on github), and copy it into a backend file, then use it.

Liran.

And what would that code be ? do you have an recommendations ?