Get an attachment

Retrieve attachment details including download URL

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

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
}
Path Params
uuid
required

ID for the attachment.

Responses

404

attachmentId not found

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json