+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

Mailing – Start Display Quality Check

Sie sind hier:
 

Starts the Display Quality check for mailing with provided ID. Please be patient, the check might take a minute.

Starts the Display Quality check for mailing with provided ID. Please be patient, the check might take a minute.

Response

HTTP status code Description
200 OK If everything was ok.
400 Bad Request If check is already running
404 Not found Mailing ID cannot be found
409 Conflict Mailing is sealed
412 Precondition Failed Check is not enabled
 

Example

200 OK

POST https://api.maileon.com/1.0/mailings/1234/checks/display
200

400 Bad Request

POST https://api.maileon.com/1.0/mailings/3108/checks/display
400
<error><message>check in progress</message></error>

404 Not found

POST https://api.maileon.com/1.0/mailings/3108/checks/display
404
<error><message>Mailing with id 3108 not found.</message></error>

409 Conflict

POST https://api.maileon.com/1.0/mailings/3040/checks/display
409
<error><message>Mailing with ID 3040 cannot be changed as it is sealed.</message></error>
Inhaltsverzeichnis