Registration
Registration Info
Returns the registration data of the Harper instance.
operation
(required) - must always beregistration_info
Body
{
"operation": "registration_info"
}
Response: 200
{
"registered": true,
"version": "4.2.0",
"ram_allocation": 2048,
"license_expiration_date": "2022-01-15"
}
Get Fingerprint
Returns the Harper fingerprint, uniquely generated based on the machine, for licensing purposes.
Operation is restricted to super_user roles only
operation
(required) - must always beget_fingerprint
Body
{
"operation": "get_fingerprint"
}
Set License
Sets the Harper license as generated by Harper License Management software.
Operation is restricted to super_user roles only
operation
(required) - must always beset_license
key
(required) - your license keycompany
(required) - the company that was used in the license
Body
{
"operation": "set_license",
"key": "<your-license-key>",
"company": "<your-company>"
}