HostingETLive

List access logs

GET/api/etlive/accesses

Returns mailbox access events for a domain or mailbox, including login/logout details and client information.

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/accesses?domain=string" \  -H "X-Api-Token: YOUR_API_TOKEN" \  -H "Accept: application/json"
{  "resources": [    null  ],  "pagination": {}}