Accounting
Retrieves a specific attachment from a specific account using a unique attachment Id
get/Accounts/{AccountID}/Attachments/{AttachmentID}
Path parameters
AccountIDstring uuid required
Unique identifier for Account object
AttachmentIDstring uuid required
Unique identifier for Attachment object
Headers
contentTypestring required
The mime type of the attachment file you are retrieving i.e image/jpg, application/pdf
Response
Success - return response of attachment for Account as binary data
Changes
No recorded changes to this endpoint across all 61 revisions of this API.