Settings
System settings and configuration
get
Returns the backend's settings information.
Authorizations
AuthorizationstringRequired
The bearer token can be obtained by creating a ServiceAccount.
Responses
200
Successfully returns application settings response.
application/json
default
Error object.
application/json
get
/api/v1/settingsGET /api/v1/settings HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"api": {
"saml": {
"user_creation_mode": "manual",
"users_group_membership_management_mode": "manual"
}
}
}Last updated
Was this helpful?

