Standard API Overview

Overview
The standard API transmits order / sale data to the cube system, which creates cube account for users to log in and download their licenses.
HTTP POST
For the standard API, data sent to your Maian Cube API must be sent via a standard HTTP POST. One of the easiest ways to send data is to use the CURL library, installed by default on most servers. More information here.
JSON / HTTP RESPONSE
All responses from the Maian Cube API are via HTTP headers or JSON, depending on your preference. Your response handler should do the correct action accordingly based on the response. HTTP is default. If you want to enable JSON, do so via the 'control/options.php' file and the 'API_RESPONSE' option.
Creating License Accounts via Maian Cube System
For the standard API, there are 2 choices:

For the easy setup option, click here

For the advanced options, click here