Origination Active Calls API

get listing

GET /api/rest/customer/v1/origination-active-calls

Parameters

Name Description
account-id Account-id
from-time From-time
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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjozNywiZXhwIjoxNzY3MzU4MDM1fQ.Wph_rCP7g_2B8KO-Uvwu_33e5NRF1ADJEtOm2051LaM
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/origination-active-calls?account-id=069b073a-e7d9-11f0-932e-0a63caf27539&from-time=2026-01-01T12%3A46%3A15Z

Query Parameters

account-id: 069b073a-e7d9-11f0-932e-0a63caf27539
from-time: 2026-01-01T12:46:15Z

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/"74f6d3138b09a8d51ebec0b9f023340a"
cache-control: max-age=0, private, must-revalidate
x-request-id: a20cbcad-d0b4-4e43-baf3-9e2876a9784e
x-runtime: 0.029179
content-length: 78

Status

200 OK

Body

{
  "data": {
    "t": [
      1734700000,
      1734700060,
      1734700120
    ],
    "calls": [
      12,
      8,
      15
    ]
  },
  "rows": 123
}