Standard API Overview

Overview
The standard API transmits order / sale data to the guardian system, which creates guardian account for users to log in and download their licenses.
HTTP POST
For the standard API, data sent to your Maian Guardian 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 Guardian 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 Guardian System
For the standard API, there are 2 choices:

For the easy setup option, click here

For the advanced options, click here