Sending Log
GET
/api/v0/logs
Our endpoint has support feature to retrieve sending log according to client sending event on previous process.
Log data only available after sending event from our outbound mail server. If there is no sent email recorded, emails are considered in queue list waiting to be sent.
This endpoint support basic pagination to handle large log records by using pagination parameter limit
and page
.
Query string parameters.
Parameter | Description | Condition |
---|---|---|
| Limit record to fetch for each page. By default API will use 100 if not set. | Optional |
| Record page. This parameter is optional to navigate and jump between page within pagination. | Optional |
JSON structure response.
Last updated