Skip to content

Get email attachments

GET
/api/emails/{emailId}/attachments

Authorizations

ApiKey
Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

emailId*
Type
string
Required

Responses

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": "5e0c23bc-dc1c-49f3-8d92-9a0d85527019",
  
  
  
"filename": "lorem-ipsum.txt",
  
  
  
"content_type": "text/plain",
  
  
  
"size": 446,
  
  
  
"expires_at": "2026-04-28T08:24:58.000Z",
  
  
  
"download_url": "https://example.com/attachments/1777112698913_5e0c23bc-dc1c-49f3-8d92-9a0d85527019.txt"
  
  
}
  
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI