Attachment
Downloads the attachment body by the attachment ID, stream ID, and message ID.
Path parameters
sidstringRequired
Stream ID
Query parameters
fileIdstringRequired
The attachment ID (Base64-encoded)
messageIdstringRequired
The ID of the message containing the attachment
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringOptional
Key Manager authentication token.
Responses
200
Attachment body as Base64 encoded string.
application/octet-stream
Responsestring · byte
400
Client error, see response body for further details.
application/octet-stream
401
Unauthorized: Session tokens invalid.
application/octet-stream
403
Forbidden: Caller lacks necessary entitlement.
application/octet-stream
500
Server error, see response body for further details.
application/octet-stream
get
/v1/stream/{sid}/attachment
🚧 Note
📘 Attachments
Last updated
Was this helpful?