Messaging
Retrieve an attachment from a message
Retrieve one of the attachment linked to a message.
get/api/v1/messages/{message_id}/attachments/{attachment_id}
Path parameters
attachment_idstring required
The id of the wanted attachment.
message_idstring required
The id of the message to which the attachment is linked.
Response
OK. Request succeeded.
string binary required
Changes
No recorded changes to this endpoint across all 1 revision of this API.