get https://api.mercury.com/api/v1/ar/invoices//attachments
Returns information about the attachments for the invoice.
The
url
field in the response is a signed S3 download URL. Because this URL expires, you should always call this endpoint — or the single attachment endpoint — to retrieve a fresh URL whenever you want to download attachments.
Response Schema
{
"attachments: [
{
"id": string,
"url": string,
"fileName": string
}
]
}