RUAL Documentation

GET /_system/system_deployments

Get current system deployment details

Get current system deployment details
Key Type Example
authorization required string
"Bearer your-jwt-token"
{ "version": "2.1.4", "build": "20240101-abc123", "environment": "development", "last_updated": "example-value", "features": [ "example-string" ] }
{ "success": false, "error": "HTTP_401", "message": "Error response" }
Error Code Description
HTTP_401 HTTP 401 error
permission description
BearerAuth JWT access token obtained from login endpoint required

Back to System Deployments Return to the System Deployments category to view other endpoints All API Categories Browse all available API categories