v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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.

receivedAtstring date-time

Date when email was received on SMTP relay

deliveredAtstring date-time

Date when email was delivered successfully to client’s webhook

recipientstring email

Recipient’s email address

senderstring email

Sender’s email address

messageIdstring

Value of the Message-ID header. This will be present only after the processing is done.

subjectstring

Value of the Subject header. This will be present only after the processing is done.

Example response

{
  "receivedAt": "2019-05-25T11:53:26Z"
}