Retrieve support metrics

GET/reports/support

Returns message volume and response metrics for each support channel within the requested date range.

from and to are required, from must not be later than to, and the range cannot exceed 90 days. Figures are computed from live data.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Query Parameters

from*string
Formatdate
to*string
Formatdate

Header Parameters

X-Client-Request-Id?string

Optional client-generated identifier of the request, up to 64 characters from [A-Za-z0-9._-]. Echoed back in the response and recorded in the request log; it never replaces the server-generated X-Request-Id.

Lengthlength <= 64

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/reports/support?from=2019-08-24&to=2019-08-24"
{  "data": {    "channels": {},    "consistency": {},    "window": {}  }}