HostingETLive

List outgoing mail logs

GET/api/etlive/mailouts

Returns outbound message trace logs for a domain or mailbox.

X-Api-Token<token>

API token used to authenticate requests.

In: header

Query Parameters

domain*string
mailbox?string
filter?string
protocol?string
action?string
date?string
from?string
Default 00:00:00
to?string
Default 23:59:59
sortby?string
sortdir?string
since?string
count?string
Default 30
with_totals?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/etlive/mailouts?domain=string" \  -H "X-Api-Token: YOUR_API_TOKEN" \  -H "Accept: application/json"
{  "resources": [    null  ],  "pagination": {}}