Validate license keys from your application using a simple POST request.
Endpoint: POST https://bippsi.com/api/v1/validate
Body:
{
"licenseToken": "XXXX-XXXX-XXXX-XXXX",
"productCodes": ["YOUR_PRODUCT_CODE"]
}
Response: true or false
The API is grace-period aware — if a license is within its grace period, it will still return true.