Skip to content

Get license status.

GET
/backend/v1/license

Return license status for on-premise installations.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
{
  
"license": {
  
  
"expiry": "string",
  
  
"hash": "string",
  
  
"status": "string"
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Updated at: