API referenceSystem
Get system configuration
Retrieve public system configuration settings
AuthorizationBearer <token>
JWT token for authentication
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/system/config"{ "success": true, "message": "string", "error": "string", "data": { "version": "1.0.0", "features": { "property1": true, "property2": true }, "limits": { "maxWorkflowNodes": 0, "maxConcurrentExecutions": 0 } }}