+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

Create Mailing Blacklist

Sie sind hier:
API version 1.0.0
Creates a mailing blacklist (called block lists in the further course).

POST https://api.maileon.com/1.0/mailingblacklists
Parameter Required Description
name true Name of the mailing blocklist. The name must be unique within the account. The name length must be in the range from 3 to 64 and should only contain alphanumeric characters or spaces.

Response Codes

HTTPS Status Code Description
200 Created Default status when everything worked well.
400 Bad request Something with the request is wrong, e.g. wrong xml syntax or missing values.
500 Internal Error An unexpected error occured.

Example

POST https://api.maileon.com/1.0/mailingblacklists?name=api+test
Content-Type: application/vnd.maileon.api+xml; charset=utf-8
Accept: application/vnd.maileon.api+xml;charset=utf-8
Status: 201 Created
Content-Type: application/vnd.maileon.api+xml; charset=utf-8
<id>29</id>
Inhaltsverzeichnis