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.
  • Overview
    • Introduction
    • Response Codes
  • API Reference
          • GETGet thread messages
          • GETList seat messages
          • GETGet message
          • PUTUpdate message
          • DELDelete message
LogoLogo
API ReferenceInboxEmailMessages

List seat messages

||View as Markdown|
GET
https://hublinks.io/rest/accounts/:account_id/seats/:seat_id/inbox/email/messages
GET
/rest/accounts/:account_id/seats/:seat_id/inbox/email/messages
$curl https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/email/messages \
> -H "X-API-KEY: <apiKey>"
200Retrieved
1{}
List email messages for a seat. Use query params for selection and pagination.
Was this page helpful?
Previous

Get thread messages

Next

Get message

Built with

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

account_idstringRequired
seat_idstringRequired

Response

Successful response