curl --request GET \
--url http://localhost:8080/cabinet/branding/email-auth{
"enabled": true
}Get email auth enabled setting. This is a public endpoint - no authentication required. Controls whether email registration/login is available.
curl --request GET \
--url http://localhost:8080/cabinet/branding/email-auth{
"enabled": true
}Successful Response
Email auth enabled setting.