I am not sure to understand - is WIX API restricted? Are we forced to use it through the Code Panel?
I want to send requests to WIX API from my own code without using any browser. The process would look like:
- Importing some wix library in my code;
- Sending my credentials to Wix through that code;
- Sending a request;
- Getting an answer back from WIX.
All of this through command lines in a terminal. Is this possible?