cURL
curl --request GET \ --url https://api.decodahealth.com/email/messages/{message_id}/attachment-urls \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "expiresAt": "2023-11-07T05:31:56Z", "byContentId": {}, "byAttachmentId": {} }
Get signed URLs for all attachments of a message.
Returns a mapping of:
Only returns URLs for attachments that have been downloaded to GCS.
The tenant you are making this request on behalf of
Your api key
Successful Response
Response containing signed URLs for message attachments, keyed by content_id.
Show child attributes