ENDPOINT & METHODS
| ENDPOINT | METHOD | REQUEST PARAMETERS | |||||||||||||||||||||
| https://api.teneo.be/v1/deliverylog | POST |
|
RESPONSE
-
[
"type":"b",
"timeLogged":"2017-01-18 12:56:54+0200",
"timeQueued":"2017-01-18 12:56:08+0200",
"orig":"me@mydomain.com",
"rcpt":"xxxx@aol.com",
"dsnAction":"failed",
"dsnStatus":"4.3.2 (system not accepting network messages)",
"dsnDiag":"smtp;421 mtaig- aae04.mx.aol.com Service unavailable - try again later",
"bounceCat":"other",
"jobId":"",
"epoch":"1466247414",
"UID":"1548652",
"dlvSourceIp":"195.137.243.20"
]
Not yet available
RESPONSE FIELDS
| ELEMENT | DESCRIPTION | TYPE |
|---|---|---|
| Type | “b” or “d” value, bounced or delivered | string |
| timeLogged | When the email was delivered to the recipient | datetime |
| timeQueued | When the email arrived at the relay server | datetime |
| orig | The original sender | string |
| rcpt | The original recipient | string |
| dsnAction | Status of the mail delivery | string |
| dsnStatus | Extended status of the mail delivery | string |
| dsnDiag | Diagnostic info on dsnStatus field | string |
| bounceCat | In case type “b” then this element contains the bounce category specification | string |
| jobId | jobID used by sender (if used, not required) | string |
| Epoch | Epoch date of log processing | Number |
| UID | The unique ID (UID) for this message | Number |
| dlvSourceIp | The IP address via which your message was delivered | string |