Skip to main content
GET
/
email
/
attachments
/
{attachment_id}
/
download
Download Attachment
curl --request GET \
  --url https://api.decodahealth.com/email/attachments/{attachment_id}/download \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "signedUrl": "<string>"
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

attachment_id
string
required

Response

Successful Response

signedUrl
string
required