Skip to main content
Version: 4.5

Registration

Registration Info

Returns the registration data of the Harper instance.

  • operation (required) - must always be registration_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 be get_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 be set_license
  • key (required) - your license key
  • company (required) - the company that was used in the license

Body

{
"operation": "set_license",
"key": "<your-license-key>",
"company": "<your-company>"
}