v1

latestOpenAPI 3.0.02026-07-249301.3 MB
Emails

Retrieve an email

Retrieve the details of an email.

get/api/v1/emails/{email_id}

Path parameters

email_idstring required

The id of the email to be retrieved. Either the Unipile id or the provider uid.

Query parameters

account_idstring

The id of the account related to the email. Required when using the provider uid.

include_headersboolean

Include the email headers in the response.

Response

OK

OR
OR

Example response

{
  "date": "2025-12-31T23:59:59.999Z",
  "read_date": "2025-12-31T23:59:59.999Z"
}