License Expired
URI: https://docs.ankatech.co/errors/license-expired
HTTP Status: 422 Unprocessable Entity
When you see this
The license artifact has passed its validity period and is no longer accepted.
Common Causes
- A license whose expiration date has passed.
- Continuing to use a license beyond its term.
- A clock or term mismatch that places the deployment outside the license validity window.
Response Example
{
"type": "https://docs.ankatech.co/errors/license-expired",
"title": "License Expired",
"status": 422,
"detail": "The license expired on 2026-01-31 and is no longer valid.",
"instance": "/api/v3/licenses/validate",
"correlationId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1730000000
}
Content-Type: application/problem+json — the response follows RFC 7807 Problem Details.
How to Resolve
- Confirm the license expiration date and the deployment's current date.
- Renew the license with ANKATech and install the new artifact.
- Contact your account manager to arrange renewal if the license has lapsed.
For full schema definitions, examples, and interactive testing, see the Developer Hub Reference.