Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To connect remotely, first determine the URL of the API for your installation. The default path is http://yourdomain.com/installpath/api/. Where yourdomain.com is the domain you've installed Blesta in, and installpath is the path to Blesta. If your server does not support .htaccess then the URL should instead appear as http://yourdomain.com/installpath/index.php/api/.Because requests

 

Warning
titleSafety First!

Because each request contains your API key, and may contain additional sensitive information, you should only process requests remotely over a secure connection (i.e. only use HTTPS)

 .

The following example illustrates how to connect to the API using cURL.

...