Add domain list entry
POST/domains/:domain/lists/:listname
Add an entry to a domain blocklist or safelist.
Request
Responses
- 201
- 400
- 403
- 404
- 500
Successfully created the entry.
Bad Request, returned in the case that an error occurs while converting an A-label domain to a U-label domain name, or that the list item is not a valid ip address, email address or domain.
Returned in the case that the domain is associated with an api key that is different than the one in the request, the domain is associated with a different customer, or the domain in the request is an alias domain.
The domain does not exist.
Internal Server Error