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

Sie sind hier:
API version 1.0.0
Get a mailing blacklist.

GET https://api.maileon.com/1.0/mailingblacklists/:id

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

GET https://api.maileon.com/1.0/mailingblacklists/24
Accept: application/vnd.maileon.api+xml;charset=utf-8
Content-Type: application/vnd.maileon.api+xml;charset=utf-8
<mailing_blacklist>
 <id>28</id>
 <name>api test</name>
 <created_time>2021-04-28T10:29:00+0200</created_time>
 <created_user>user@example.org</created_user>
</mailing_blacklist>
Inhaltsverzeichnis