Get list of invoice attachments

Get a list of attachments associated with an invoice.

From the response, use downloadLink in a GET request to download the attachment

curl '{downloadLink}' --header 'sessionId={session_id}' --output {attachment_name}

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