+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

Partner Blacklists

Sie sind hier:

 

Partner Blacklists

GET https://api.maileon.com/partner/blacklists?key={key}&page_size={pageSize}&page_index={pageIndex}

Parameters:
– key: apikey
– page_size: the number of elements to return in a call, default: 100, valid: 1<= page_size <= 1000 - page_index: the index of the page to ask for, must be greater or equal to 1   Returns:
– blacklists: object[]
Example:
[
{
"created":"2016-07-07T17:28:34+02:00",
"name":"test1",
"id":111,
"type":"obligatory",
"status":"active"
},
{
"created":"2017-07-07T17:28:34+02:00",
"name":"test2",
"id":222,
"type":"optional",
"status":"inactive"
}
]

Inhaltsverzeichnis