+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 Patterns of a Partner Blacklist

Sie sind hier:

 

Get Patterns of a Partner Blacklist

GET https://api.maileon.com/partner/blacklists/{id}/patterns?key={key}&page_size={pageSize}&page_index={pageIndex}
This method returns all patterns of type ‘hashlist’. The API itself uses only this type but in Maileon UI, you can additionally add single patterns, which are not returned in the API.

Parameters:
– key: apikey
– id: the id of the required blacklist
– 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   Response data:
– patterns: object[]
 
Example:
[
{
"pattern":"pattern@examplemail.ab",
},
{
"pattern":"*ab*@maileon.de",
}
]

Inhaltsverzeichnis