Get list of invoice attachments

Get a list of attachments associated with an invoice.

From the response, you can use the attachment id in a GET request to download the attachment.

curl '{baseUrl}/AttachDownload?id={attachment_id}&sessionId={session_id}' \
--output {attachment_name}
Language
Click Try It! to start a request and see the response here!