cURL
curl --request GET \ --url https://api.decodahealth.com/email/attachments/{attachment_id}/download \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "signedUrl": "<string>" }
Get a signed URL to download an email attachment.
The tenant you are making this request on behalf of
Your api key
Successful Response