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/
GET /api/v1/settings/ HTTP/1.1
Accept: */*
200Success
{
"features": [
{
"name": "FEATURE_FUNCTIONALITY_MANAGEMENT",
"enabled": true
}
]
}Last updated
Was this helpful?

