Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.crevio.co/v1/email/inboxes/{inbox_id}/messages/{id}/attachments/{attachment_id} \ --header 'Authorization: <api-key>'
"<string>"
Downloads a raw attachment from the message.
API key in the format: Bearer {api_token}
Inbox id (inbox_…)
Message id
Attachment id
Raw file
The response is of type file.
file
Was this page helpful?