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
          • GETList seat threads
          • GETGet thread
          • PUTUpdate thread
          • DELDelete thread
LogoLogo
API ReferenceInboxEmailThreads

Get thread

||View as Markdown|
GET
https://hublinks.io/rest/accounts/:account_id/seats/:seat_id/inbox/email/threads/:thread_id
GET
/rest/accounts/:account_id/seats/:seat_id/inbox/email/threads/:thread_id
$curl https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/email/threads/thread_id \
> -H "X-API-KEY: <apiKey>"
200Retrieved
1{}
Get a thread by ID.
Was this page helpful?
Previous

List seat threads

Next

Update thread

Built with

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

account_idstringRequired
seat_idstringRequired
thread_idstringRequired

Response

Successful response