For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SalesGet Support
HomeGuidesAPI reference
HomeGuidesAPI reference
  • Middesk API
        • GETList mail items
        • GETRetrieve a mail item
        • PATCHUpdate a mail item
LogoLogo
Contact SalesGet Support
Middesk APIEntity ManagementMail

Retrieve a mail item

GET
https://api.middesk.com/v1/partner/mail/:id
GET
/v1/partner/mail/:id
$curl https://api.middesk.com/v1/partner/mail/id \
> -H "Authorization: Bearer <token>"
Was this page helpful?
Previous

Update a mail item

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Mail item ID

Errors

404
Get Mail Item Request Not Found Error