API Documentation
System Endpoints
Config
GET
/
api
/
system
/
config
curl --request GET \
--url https://your-bknd.io/api/system/config
{
"version": 123,
"server": {},
"data": {},
"auth": {},
"flows": {},
"media": {}
}
Response
200 - application/json
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": {}
}
Assistant
Responses are generated using AI and may contain mistakes.