License Expired

This problem occurs when the license associated with the client has expired thus rendering the service unavailable.

The license associated with your client/organization has expired. Please contact your SmartBear account manager or representative.

Type URITitleRecommended HTTP Status CodeReference
https://problems-registry.smartbear.com/license-expiredLicense Expired503

Note A problem is generally not meant to be used for end-user input validation, but for client developer convenience.

Example of an license-expired problem details:

{
    "type": "https://problems-registry.smartbear.com/license-expired",
    "title": "License Expired",
    "detail": "The service is unavailable as the license associated with your client or organization has expired. Please contact your SmartBear account manager or representative",
    "status": 503
}