GET /_system/core/active_version
Get currently active RUAL Core version
Get currently active RUAL Core version
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
{
"version": "example-string",
"is_current": true,
"timestamp": "example-value",
"version_name": "example-string",
"version_hash": "example-string"
}
{
"success": false,
"error": "ERROR_KEY"
}
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to System Upgrades Return to the System Upgrades category to view other endpoints All API Categories Browse all available API categories