Inbound Parsing
Fetch all events history for one particular received email.
This endpoint will show the list of all events history for one particular received email.
get/inbound/events/{uuid}
Path parameters
uuidstring required
UUID to fetch events specific to recieved email
Response
List of events for a particular received email on the basis of uuid.
Example response
{
"receivedAt": "2019-05-25T11:53:26Z"
}