GET Messaging activity

The messages that arrived for the host since a given moment. Each entry says which message
it was, which conversation and listing it belongs to, and when it was sent. It does not
include the text: read that from the messages endpoint.

Reading this feed does not mark anything read.

To keep up to date, remember the sentAt of the newest entry and send it as fromDate on the
next call. If the newest entry is 2026-08-21T09:14:22Z, the next call is
fromDate=2026-08-21T09:14:22Z. Leave fromDate out and the window starts 30 days ago.

limit and offSet page through the results of one call. They are not the way to move
forward between calls: conversations are listed most recently active first, so one that
receives a new message jumps to the top, and an offset carried over can then skip entries
or repeat them. Use fromDate for that.

Total is how many conversations changed in the window, not how many messages, so it does
not match the number of entries in Data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time

Only messages sent at or after this moment are returned. Left out, it defaults to 30 days
ago. Advancing it past the last activity processed walks the feed forward.

int32

How many results that should be returned in the response

int32

The Offset to use for the first response

Responses

401

Unauthorized ensure your access token is correct

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json