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
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

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

messageIdstring

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

receivedAtdatetime
Date when email was received on SMTP relay
recipientstringformat: "email"

Recipient’s email address

senderstringformat: "email"

Sender’s email address

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

Errors

400
Bad Request Error