general
Retrieve some of the public settings of the server.
Use this endpoint to configure parts of any authentication UIs depending on the configured settings.
get/settings
Response
Currently applicable settings of the server.
Example response
{
"sms_provider": "twilio",
"saml_enabled": true,
"external": {
"github": true,
"apple": true,
"email": true,
"phone": true
}
}