v1

latestOpenAPI 3.0.02026-07-13474670.4 KB
Attachments

List attachments for an email message

Get attachment metadata on email message.

get/addresses/{email}/messages/{messageId}/attachments

Response

Attachment Metadata

checksumstring md5sum

md5 checksum on attachment file

contentDispositionstring

TODO: describe

contentIdstring

Unique identifier for message attachment. Can be the md5sum, smtp content-id (cid), or filename.

contentTypestring

Content type of the attachment

fileNamestring

Filename of attachment

lengthinteger

length of attachment

transferEncodingstring

Encoding used for attachment

Example response

{
  "checksum": "5ea9c924627e68f988c9c7ca44340892",
  "contentId": "5ea9c924627e68f988c9c7ca44340892 || foo4*foo1@bar.net || horse.png",
  "contentType": "application/PDF",
  "fileName": "w2.pdf",
  "length": 42532,
  "transferEncoding": "base64"
}