List allowed sender domain

Prev Next

Lists the allowed sender domain.

API URL

GET https://<host>/wsapis/v2.0.0/devicemgmt/emlconfig/policy/allowed_lists/sender_domain

Sample curl request

curl -kg -H "$c "https://<host>/wsapis/v2.0.0/devicemgmt/emlconfig/policy/allowed_lists/sender_domain"
 
[
	{
		"name": "domain.net",
		"created_at": "2020/03/15 13:00:00",
		"matches": 5
	},
	{
		"name": "site.com",
		"created_at": "2021/01/25 22:04:46",
		"matches": 0
	}
]
		

Availability

This command is available on the following appliances:

  • Email Security — Server

Authentication

Standard WSAPI authentication

Response mime type

application/json