Fetch all events history for one particular received email.

This endpoint will show the list of all events history for one particular received email.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

uuidstringRequired
UUID to fetch events specific to received email

Response

Email campaign informations
attachmentslist of objects or null
List of attachments of the email. This will be present only after the processing is done.
deliveredAtdatetime or null

Date when email was delivered successfully to client_dev’s webhook

logslist of objects or null

List of events/logs that describe the lifecycle of the email on SIB platform

messageIdstring or null

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

receivedAtdatetime or null
Date when email was received on SMTP relay
recipientstring or nullformat: "email"

Recipient’s email address

senderstring or nullformat: "email"

Sender’s email address

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

Errors