Hanzo
OpenapiTel

Counts what this org holds on the telephony plane: its numbers, its calls and…

Counts what this org holds on the telephony plane: its numbers, its calls and its messages.

GET /v1/tel/summary

Addresshttps://api.hanzo.ai/v1/tel/summary
MethodGET
Operationget_tel_summary
AuthAuthorization: Bearer $HANZO_API_KEY

Counts what this org holds on the telephony plane: its numbers, its calls and its messages. The one read a dashboard makes before it asks for any list, so it answers three totals and no rows.

Request

GET /v1/tel/summary takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200summaryok

200 body — 3 fields.

FieldInTypeAlwaysDescription
callsbodyintegerCalls is how many calls this org has placed or received, over its whole history — a running total, not a window.
messagesbodyintegerMessages is the same running total for messages.
numbersbodyintegerNumbers is how many numbers this org holds right now.

Failure carries the platform error shape — see Errors.

Examples

hanzo tel summary

Tel API · All Hanzo APIs · Interactive reference

How is this guide?

On this page