Analytics

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
/v1/analytics/geographic-distribution

Returns outbound message volume grouped by the first three characters of the sending phone number, most-used first, up to twenty groups. country is that literal prefix, not a resolved country, and region is always Unknown.

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/geographic-distribution"
[  {    "country": "string",    "region": "string",    "count": 0  }]

Related