Official SDKs, REST API, and backend integrations. Verify licenses in under 50ms from any language or framework.
Every SDK wraps our REST API. Use it directly from any language, shell script, or HTTP client.
https://api.licenshub.com/v1
/licenses/{key}/verifyVerify a license/licensesIssue a license/licenses/{key}Revoke a license/licenses/{key}/activationsList activations/webhooksRegister webhookcurl -X GET \
https://api.licenshub.com/v1/licenses/LK-XXXX/verify \
-H "Authorization: Bearer YOUR_API_KEY"{
"valid": true,
"key": "LK-XXXX-YYYY-ZZZZ",
"product": "ProSuite",
"expires_at": "2026-12-31T00:00:00Z",
"auth_ms": 42
}
We support any language with an HTTP client. Reach out and we'll help you get set up.