Create allowed sender domain

Prev Next

Creates the allowed sender domain.

API URL

POST https://<host>/wsapis/v2.0.0/devicemgmt/emlconfig/policy/allowed_lists/sender_domain?operation=create

Sample curl request

curl -gsk -H "$c" "https://<host>/wsapis/v2.0.0/devicemgmt/emlconfig/policy/allowed_lists/sender_domain?operation=create" -d '[{"name": "site.com", "matches": 0}, {"name": "domain.net", "matches": 5, "created_at": "2020/03/15 13:00:00"}]'
	{
		"error": false,
		"message": "operation successful"
	}
			

Availability

This command is available on the following appliances:

  • Email Security — Server

Authentication

Standard WSAPI authentication

Response mime type

application/json