List messages in an inbox thread
Inbox
List messages in an inbox thread
Requires the
inbox:read scope (or a broader one that includes it).
Use this endpoint when you need to page through the messages of one conversation, oldest first. Messages vary by channel: email messages carry recipient and subject metadata, LinkedIn messages carry only the shared fields. Results are paged with the top and skip query parameters.
GET
List messages in an inbox thread
Authorizations
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
Required range:
x >= 1Query Parameters
Maximum items to return. Defaults to the server-side default page size when omitted.
Required range:
1 <= x <= 1000Items to skip from the start of the result set.
Required range:
x >= 0