emails

Get email by ID.

Retrieve details of a previously sent email.

get/emails/v1/emails/{id}

Path parameters

idstring required

Email message ID

Response

Default Response

idstring

Email message ID

tostring email

Recipient email address

subjectstring

Email subject line

status'sent' | 'delivered' | 'opened' | 'clicked' | 'bounced' | 'failed'

Current email status

sentAtstring date-time

When the email was sent

htmlstring

HTML content of the email (optional)

Changes