HostingETLive
List incoming mail logs
GET
/api/etlive/mailinsReturns inbound message trace logs for a domain or mailbox.
Authorization
api_key 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:00to?string
Default
23:59:59sortby?string
sortdir?string
since?string
count?string
Default
30with_totals?string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/etlive/mailins?domain=string" \ -H "X-Api-Token: YOUR_API_TOKEN" \ -H "Accept: application/json"{ "resources": [ null ], "pagination": {}}