Retrieve Security Email Address
# Retrieve Security Email Address
Path:
/api/security_email.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to retrieve the currently configured security email address.
Note: This feature is supported in version 1.71.3 and later.
Response
Name | Type | Example | Description |
---|---|---|---|
string | "clt_xxx@lednets.com" | Email address | |
enable | bool | true | Whether the security email is enabled |
Example
{
"email": "clt_xxx@lednets.com",
"enable": true
}