Download one attachment
GET
/v1/aliases/{alias}/messages/{messageId}/attachments/{index}
Streams one extracted attachment by its zero-based index (its own content-type + filename).
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Parameters
Path Parameters
alias*
Type
Requiredstring
Example
"support"messageId*
Type
Requiredstring
index*
Type
Requiredinteger
Example
0Minimum
0Responses
The attachment bytes.
application/octet-stream