v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Inbound Parsing

Get the list of all the events for the received emails.

This endpoint will show the list of all the events for the received emails.

get/inbound/events

Query parameters

senderstring

Email address of the sender.

startDatestring datetime

Mandatory if endDate is used. Starting date (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss.SSSZ) from which you want to fetch the list. Maximum time period that can be selected is one month.

endDatestring datetime

Mandatory if startDate is used. Ending date (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss.SSSZ) till which you want to fetch the list. Maximum time period that can be selected is one month.

limitinteger

Number of documents returned per page

offsetinteger

Index of the first document on the page

sort'asc' | 'desc'

Sort the results in the ascending/descending order of record creation

Response

List of events for received emails.