Origination Statistics API

get listing

GET /api/rest/customer/v1/origination-statistics

Parameters

Name Description
account-id Account-id
from-time From-time
sampling Sampling
to-time To-time
src-country-id Src-country-id
dst-country-id Dst-country-id
src-prefix-routing-eq Src-prefix-routing-eq
src-prefix-routing-starts-with Src-prefix-routing-starts-with
src-prefix-routing-ends-with Src-prefix-routing-ends-with
src-prefix-routing-contains Src-prefix-routing-contains
dst-prefix-routing-eq Dst-prefix-routing-eq
dst-prefix-routing-starts-with Dst-prefix-routing-starts-with
dst-prefix-routing-ends-with Dst-prefix-routing-ends-with
dst-prefix-routing-contains Dst-prefix-routing-contains
duration-eq Duration-eq
duration-gt Duration-gt
duration-lt Duration-lt
auth-orig-ip Auth-orig-ip
customer-price-eq Customer-price-eq
customer-price-gt Customer-price-gt
customer-price-lt Customer-price-lt

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo0MCwiZXhwIjoxNzgxMjc4ODY3fQ.klP27qN_gfj2zN_h86PYVikmk6WeaffN9UjPCyDXDgg
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/origination-statistics?account-id=fd6cb45e-6674-11f1-9edb-da575d109341&from-time=2026-06-11T15%3A40%3A07Z&sampling=minute

Query Parameters

account-id: fd6cb45e-6674-11f1-9edb-da575d109341
from-time: 2026-06-11T15:40:07Z
sampling: minute

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept
etag: W/"c21960ce26893fe33aa0a78a6133dd28"
cache-control: max-age=0, private, must-revalidate
x-request-id: fdb2b044-f0bc-47aa-9b3f-6baed4f78b64
x-runtime: 0.010550
content-length: 440

Status

200 OK

Body

{
  "data": {
    "t": [
      1734700000,
      1734700060,
      1734700120
    ],
    "total_calls": [
      180,
      140,
      200
    ],
    "successful_calls": [
      155,
      120,
      170
    ],
    "failed_calls": [
      25,
      20,
      30
    ],
    "total_duration": [
      "750.25",
      "580.5",
      "820.0"
    ],
    "acd": [
      "4.84",
      "4.84",
      "4.82"
    ],
    "asr": [
      "86.11",
      "85.71",
      "85.0"
    ],
    "total_price": [
      "65.75",
      "50.25",
      "70.5"
    ]
  },
  "rows": 3,
  "totals": {
    "t": 0,
    "total_calls": 520,
    "successful_calls": 445,
    "failed_calls": 75,
    "total_duration": "2150.75",
    "acd": "4.83",
    "asr": "85.58",
    "total_price": "186.5"
  }
}