Skip to Content
🎉 New release with new features and improvements! V0.0.2 Release →

Get Configs

Retrieve the current application configuration settings.

GET /api/settings

Response

{ "data": [ { "name": "BshEngine", "persistenceId": "BshEngine", "api": { "auth": { "enableRegister": true }, "response": { "showSql": false } } } ], "timestamp": 1763076624, "code": 200, "status": "OK", "meta": {} }