Licensing API

license.jiraff.co — appliances validate their license here. Counts only; never device data.

POST/api/v1/license/validate

Validate a license key + report aggregate seat usage. Returns entitlements, quotas, over-quota seat types, expiry and grace window.

curl -X POST https://license.jiraff.co/api/v1/license/validate \
  -H 'Content-Type: application/json' \
  -d '{"license_key":"JRF-XXXX-XXXX-XXXX-XXXX",
       "appliance_id":"devicemanagement.acme.com",
       "seat_usage":{"mac":42,"iphone":88,"ipad":15}}'
GET/api/v1/license

Current license status for the calling appliance (configured via its LICENSE_KEY).

Full documentation →