Add item to recipient list
POST/users/:email/lists/:listname
Add item to recipient list
Request
Responses
- 201
- 400
- 403
- 404
- 500
Successfully created the item
Bad Request, returned in the case that the list item is not a valid ip address, email address or domain.
Returned in the case that the domain in the user email is associated with an api key that is different than the one in the request, the user is associated with a different customer, or the domain in the user email is an alias domain.
This recipient does not exist.
Internal Server Error