Get an attachment

Retrieve attachment details including download URL

🚧

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

{
  "id": string,
  "url": string,
  "fileName": string
}
Language
Credentials
Click Try It! to start a request and see the response here!