GET
/v1/features/license
curl \
--request GET 'http://localhost:9644/v1/features/license'
Response examples (200)
{
"license": {
"expires": 42,
"format_version": 42,
"org": "string",
"sha256": "string",
"type": "string"
},
"loaded": true
}