Licenses
Validates a license key or instance.
Verify if a license key is valid and active for a specific instance. Check activation status and expiration.
post/v1/licenses/validate
Request body
Response
Successfully validated a license key instance
Example response
{
"product_id": "prod_abc123",
"key": "ABC123-XYZ456-XYZ456-XYZ456",
"activation": 5,
"activation_limit": 1,
"expires_at": "2023-09-13T00:00:00Z",
"created_at": "2023-09-13T00:00:00Z",
"instance": {
"object": "license-instance",
"name": "My Customer License Instance",
"status": "active",
"created_at": "2023-09-13T00:00:00Z"
}
}