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