Skip to main content
GET
Get messages by sender

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

from
string
required

ISO 8601 start of the time range (inclusive). Clamped to 2020-01-01 at the earliest.

to
string
required

ISO 8601 end of the time range (exclusive).

timezone
string
default:UTC

IANA timezone used to bucket results, e.g. America/New_York.

granularity
enum<string>
default:day

Bucket size for the returned time series.

Available options:
day,
month

Response

OK

data
object[]
required