Get Raw Message

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

inbox_idstringRequired
The ID of the inbox.
message_idstringRequired
ID of message.

Response

This endpoint returns an object.
message_idstring
ID of the message.
sizeinteger
Size of the raw message in bytes.
download_urlstring

S3 presigned URL to download the raw message. Expires at expires_at.

expires_atdatetime
Time at which the download URL expires.

Errors