Get configuration statistics for the dashboard.
Returns counts of enabled system and account configurations grouped by category.
curl --request GET \
--url https://api.example.com/api/v1/admin/configuration/stats{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
curl --request GET \
--url https://api.example.com/api/v1/admin/configuration/stats{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}