/blacklist/ interface enables the management of a blacklist for email addresses that should be excluded from newsletter mailings.
Corresponding endpoints can be used to add new entries or delete existing ones.
Supported methods
List of all supported methods.Using the methods
POST blacklist/add
This endpoint adds an email address to the blacklist. The address is transmitted in the request body and, on successful processing, stored as a hash. The response indicates whether the operation was successful (true) or failed (false).
Access to this endpoint requires a user account with the appropriate permissions.
Example
Request body
Response
Error codes
POST blacklist/remove
This endpoint removes an email address from the blacklist. The address is transmitted in the request body. The response indicates whether the operation was successful (true) or failed (false).
Access to this endpoint requires a user account with the appropriate permissions.
