+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 Blacklist

Get an account-specific blacklist (called block lists in the further course) by its ID.

Request

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

Response

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

HTTP status code Description
200 OK success
403 Forbidden The supplied blacklistId does not identify a blocklist 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>
Inhaltsverzeichnis