Attachments
Handle email attachments
Authorizations
Api-TokenstringRequired
Pass the API token in the Api-Token
Path parameters
account_idinteger · int64 · min: 1RequiredExample:
Unique account ID
3229inbox_idinteger · int64 · min: 1RequiredExample:
Unique inbox ID
4015message_idinteger · int64 · min: 1RequiredExample:
Unique message ID
427Query parameters
attachment_typestringOptionalExample:
Attachment type
inlineResponses
200
Lists attachments with their details and download paths.
application/json
idintegerOptional
message_idintegerOptional
filenamestringOptional
attachment_typestringOptional
content_typestringOptional
content_idstring · nullableOptional
transfer_encodingstring · nullableOptional
attachment_sizeintegerOptional
created_atstringOptional
updated_atstringOptional
attachment_human_sizestringOptional
download_pathstringOptional
401
Returns unauthorized error message. Check your credentials.
application/json
403
Returns forbidden error message. Check your permissions.
application/json
404
Returns not found error message
application/json
get
/api/accounts/{account_id}/inboxes/{inbox_id}/messages/{message_id}/attachmentsAuthorizations
Api-TokenstringRequired
Pass the API token in the Api-Token
Path parameters
account_idinteger · int64 · min: 1RequiredExample:
Unique account ID
3229inbox_idinteger · int64 · min: 1RequiredExample:
Unique inbox ID
4015message_idinteger · int64 · min: 1RequiredExample:
Unique message ID
427attachment_idinteger · int64 · min: 1RequiredExample:
Unique attachment ID
1591Responses
200
Returns attachment details and download path.
application/json
idintegerOptional
message_idintegerOptional
filenamestringOptional
attachment_typestringOptional
content_typestringOptional
content_idstring · nullableOptional
transfer_encodingstring · nullableOptional
attachment_sizeintegerOptional
created_atstringOptional
updated_atstringOptional
attachment_human_sizestringOptional
download_pathstringOptional
401
Returns unauthorized error message. Check your credentials.
application/json
403
Returns forbidden error message. Check your permissions.
application/json
404
Returns not found error message
application/json
get
/api/accounts/{account_id}/inboxes/{inbox_id}/messages/{message_id}/attachments/{attachment_id}Last updated
Was this helpful?

