Get status of Camunda license
GET/license
Obtains the status of the current Camunda license
Request
Responses
- 200
Obtains the current status of the Camunda license
- application/json
- Schema
- Example (from schema)
Schema
validLicense boolean
True if the Camunda license is valid, false if otherwise
licenseType string
Will return the license type property of the Camunda license
{
"validLicense": true,
"licenseType": "string"
}
Loading...