Get a list of the blacklists defined in the account.

Request

Response

Media type: application/vnd.maileon.api+xml

HTTP status code Description
200 OK success

The response body contains a list of all account-specific blacklists that are defined for your account. For each blacklist, only its name and its ID are returned. In particular, blacklist expressions are not returned by this method.

An example response body might look like this:

<blacklists>
  <blacklist>
    <id>123</id>
    <name>competitors</name>
  </blacklist>
  <blacklist>
    <id>124</id>
    <name>policy</name>
  </blacklist>
</blacklists>