curl --request GET \
--url https://your-bknd.io/api/system/config
{
"version": 123,
"server": {},
"data": {},
"auth": {},
"flows": {},
"media": {}
}
Config
The response is of type object
.
curl --request GET \
--url https://your-bknd.io/api/system/config
{
"version": 123,
"server": {},
"data": {},
"auth": {},
"flows": {},
"media": {}
}