Settings
get
Get application feature flags and settings.
Authorizations
sessionidstringOptional
Log in using the POST /api/v1/auth/ endpoint
Responses
200Success
application/json
get
/api/v1/settings/200Success
Last updated
Was this helpful?
Get application feature flags and settings.
Log in using the POST /api/v1/auth/ endpoint
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/settings/ HTTP/1.1
Host: /
Accept: */*
{
"features": [
{
"name": "FEATURE_FUNCTIONALITY_MANAGEMENT",
"enabled": true
}
]
}