WIX API

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:

  1. Importing some wix library in my code;
  2. Sending my credentials to Wix through that code;
  3. Sending a request;
  4. Getting an answer back from WIX.

All of this through command lines in a terminal. Is this possible?

Hi,

It is not possible to directly communicate with the Wix code api from external sources.
However, you can expose your site data/functionality by implementing http-functions.

See below