Skip to main content
GET
/
cabinet
/
branding
/
email-auth
Get Email Auth Enabled
curl --request GET \
  --url https://api.example.com/cabinet/branding/email-auth
{
  "enabled": true,
  "verification_enabled": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.bedolagam.ru/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

Email auth enabled setting.

enabled
boolean
default:true
verification_enabled
boolean
default:true