Skip to main content
POST
GetEmailReceipt

Authorizations

Authorization
string
header
required

Personal API key, sent as Authorization: Bearer <key>.

Headers

Connect-Protocol-Version
number
required

Define the version of the Connect protocol

Example:

1

Connect-Timeout-Ms
number

Define the timeout, in ms

Example:

1000

Body

application/json

request for getting an email receipt

emailReceiptId
string<uuid>

id of the email receipt

Response

Success

response from getting the email receipt

id
string

id of the job posting

bucketName
string

name of the bucket that stores the email

objectKey
string

key of the object in the bucket that stores the email

createdAt
string<date-time>

time at which the receipt was created

Example:

"2023-01-15T01:30:15.01Z"

emailFrom
string

email from is the address the email came from.

emailDestination
string[]

the destination addresses of this email.

emailSubject
string

subject header of the email.

emailText
string

plain body

emailRich
string

rich body

emailHtml
string

html body

lineSummary
string

single-line summary for the email receipt.

documentSetId
string | null

id of the document set (if any)