Analytics

Get hourly message distribution

Returns outbound message counts over the half-open selected instant range, bucketed by organization-local hour.

GET
/v1/analytics/hourly-distribution

Returns outbound message counts over the half-open selected instant range, bucketed by organization-local hour. Empty ranges return no rows; non-empty ranges include all 24 hours.

x-api-key<token>

In: header

Query Parameters

startDate?|null
endDate?|null

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/analytics/hourly-distribution"
[  {    "hour": "string",    "count": 0  }]