Get an account-specific blacklist by its ID.

Request

Response

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

HTTP status code Description
200 OK success
403 Forbidden The supplied blacklistId does not identify a blacklist that belongs to your account.

An example response body might look like this:

<blacklist>
   <id>39602</id>
   <name>test blacklist</name>
   <entries>
      <entry>someuser@blocked.com</entry>
      <entry>*@wildcards.dk</entry>
   </entries>
</blacklist>