Analytics
Get hourly message distribution
Returns outbound message counts over the half-open selected instant range, bucketed by organization-local hour.
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.
Authorization
apiKey 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 }]Get sending-number distribution
Returns outbound message volume grouped by the first three characters of the sending phone number, most-used first, up to twenty groups.
Get message volume analytics
Returns outbound message counts over the half-open selected instant range, grouped by organization-local calendar day, week, or month.