+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

Update Mailing Blacklist

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

PUT https://api.maileon.com/1.0/mailingblacklists/:id
Parameter Required Description
name true new 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 Ok 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

PUT https://api.maileon.com/1.0/mailingblacklists/24?name=renamed
Accept: application/vnd.maileon.api+xml;charset=utf-8
Inhaltsverzeichnis