How to add Authy to wix website?

curl “https://api.authy.com/protected/json/users/new” \
-H "X-Authy-API-Key:
-d user[email]= \
-d user[cellphone]= \
-d user[country_code]=1

How do I add this? Please help me.

Hi Haiden,

You will have to use the wix-fetch API to fetch resources from 3rd party services using HTTPS.

This links above will have examples of how to use this API.

Hope this helps!

Dara | Corvid Team