The license API (or remote API) is very much like the generate license option in the admin control panel. You ping the system with information
and the system returns the license, which you would save in your own application. Any changes, edits and updates should be done within your own
application. Maian Cube is used ONLY for generating the license.
When pinging the system you can specify an existing product in your cube
installation and the system will use all license parameters from that product. You can also ping the system for none cube products, but this requires
more work.
HTTP POST via JSON
For the license API, data sent to your Maian Cube API must be sent via a standard HTTP POST in JSON format ONLY. One of the easiest ways to send data is to use the CURL library, installed by default on most servers. More information here.
Creating License Data Only
For the license API, there are 2 choices:
To use an existing product in Maian Cube to create a license, click here
To send all parameters to create license, click here