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

Sie sind hier:
API version 1.0.0
Returns a page of mailing blacklists.

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

Attributes

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?page_size=10&page_index=1
Accept: application/vnd.maileon.api+xml;charset=utf-8
Content-Type: application/vnd.maileon.api+xml;charset=utf-8
Link: <https://api.maileon.com/1.0/mailingblacklists?page_index=1&page_size=10>; rel="start"
X-Items: 1
X-Pages: 1
<mailing_blacklists><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></mailing_blacklists>
Inhaltsverzeichnis