+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 MailingBlacklist Expressions

Sie sind hier:

Gets the expressions for a mailing blacklist (called block lists in the further course).

GET https://api.maileon.com/1.0/mailingblacklists/:blacklistId/expressions

Path Parameters

Name Description
blacklistId The ID of the mailing blocklist

QueryParameters

Parameter Default Description
page_index The index of the result page. The index must be greater or equal to 1.
page_size 100 The maximum count of items in the result page. If provided, the value of page_size must be in the range 1 to 1000.

Example

GET https://api.maileon.com/1.0/mailingblacklists/2/expressions
Authorization: Basic: XXXXXXXXXXXXXXXX

Status: 200 OK

[
  {
    "name": "*.fr",
    "category": "domain_suffix"
  },
  {
    "name": "max.mustermann*",
    "category": "localpart_prefix"
  }
]
Inhaltsverzeichnis