provider Attachments GET /download/{attachment_link_id}
@utdk/front /download/{attachment_link_id}
Download attachment
Download an attachment file. Required scope: `attachments:read`
attachment_link_id path required
The Attachment ID
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

downloadAttachment
GET/download/{attachment_link_id}
Download an attachment file. Required scope: `attachments:read`

Parameters

required

The Attachment ID

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.downloadAttachment({
  "attachment_link_id": "fil_55c8c149"
})