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

Sie sind hier:

 

Update Partner Blacklist

PUT https://api.maileon.com/partner/blacklists/{id}?key={key}&name={newName}&status={newStatus}&type={newType}

Parameters:
– key: apikey
– id: id of the blacklist
– name: int // the name to be assigned to the blacklist
– status: // active, inactive
– type: // obligatory, optional

 
Response data:

{
"created":"2016-07-07T17:28:34+02:00",
"name":"new test1",
"id":111,
"type":"obligatory",
"status":"active"
}

Inhaltsverzeichnis