+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 – Get results for Approval Sendout Quality Check

Sie sind hier:
Retrieve results of Approval Mail Sendout quality check for mailing with provided ID.

GET https://api.maileon.com/1.0/mailings/:mailingid/checks/approvalprocess

Response

HTTP status code Description
200 OK If everything was ok.
404 Not found Mailing ID cannot be found or results are not available
409 Conflict Mailing is sealed

Examples

200 OK

GET https://api.maileon.com/1.0/mailings/1571/checks/approvalprocess
200
< ?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sendoutcheck>
    <mailingid>1571</mailingid>
    <timestamp>2017-01-30T15:29:04+01:00</timestamp>
    <state>warning</state>
</sendoutcheck>

404 Not Found

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

409 Conflict

GET https://api.maileon.com/1.0/mailings/3008/checks/approvalprocess
409
<error><message>Mailing with ID 3008 is sealed.</message></error>
Inhaltsverzeichnis