+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 Bounce Quality Check

Sie sind hier:
Retrieve results of Bounce quality/  check for mailing with provided ID.

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

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/2992/checks/bounce
200
< ?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bouncecheck>
    <mailingid>2992</mailingid>
    <timestamp>2017-06-21T15:54:44.148+02:00</timestamp>
    <state>success</state>
    <totalcontactcount>1</totalcontactcount>
    <samplesize>1</samplesize>
    <bouncecount>0</bouncecount>
    <bounceforcast>0.0</bounceforcast>
    <boucelimit>0.2</boucelimit>
</bouncecheck>

404 Not Found

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

409 Conflict

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