Files
Files
The Files API allows you to download files, such as message attachments, from SMSByrd.
Download an attachment
GET: /api/files/attachments/:id
Downloads a single attachment. Simply supply the unique identifier for the required attachment.
Path parameters
id: String The identifier of the attachment to be downloaded.
Download EML
GET: /api/files/email/:id
Downloads an EML file representing the specified email. Simply supply the unique identifier for the required email.
Path parameters
id: String The identifier of the email to be downloaded.
//code snippets