+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Get Blacklists

Get a list of the blacklists defined in the account.

Request

GET https://api.maileon.com/1.0/blacklists

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>
Inhaltsverzeichnis