Skip to main content
GET
List messages in an inbox thread

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required
Required range: x >= 1

Query Parameters

top
integer

Maximum items to return. Defaults to the server-side default page size when omitted.

Required range: 1 <= x <= 1000
skip
integer

Items to skip from the start of the result set.

Required range: x >= 0

Response

Thread messages page

items
(Inbox Email Message · object | Inbox LinkedIn Message · object)[]
required

Email message within an inbox thread.

hasMore
boolean
required