← Back to API Reference

GET /emails/{email_id}/attachments/{attachment_id}

Retrieve Attachment

Download a specific attachment for a sent email.

Request (cURL)

curl -X GET "http://localhost:8080/v1/emails/em_123/attachments/att_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{
  "message": "Attachment not found",
  "code": "not_found"
}