get
https://api.mercury.com/api/v1/ar/attachments/
Retrieve attachment details including download URL
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
The
urlfield 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
{
"id": string,
"url": string,
"fileName": string
} 404attachmentId not found

