GET /messages/:mid/documents/:name

Returns the binary payload of a document stored in a specific message using the name of the document. Each message attachment has a unique name in the context of the message.

The document name can be found through the GET /messages/:mid call. The name corresponds to the name property of each document in the documents array of the returned message object.

Language
URL
Click Try It! to start a request and see the response here!