Logo
Zoom Public API Documentation

Get the specified attachment for an email

GET {{baseUrl}}/emails/mailboxes/:email/messages/:messageId/attachments/:attachmentId

Retrieves the specified message attachment.

Scopes: mail:read

Rate Limit Label: MEDIUM

Not supported in Gov cluster

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "attachmentId": "<string>", "size": "<integer>", "data": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/emails/mailboxes/:email/messages/:messageId/attachments/:attachmentId' -H 'Accept: application/json'

ENDPOINTS