Termination Active Calls API

get listing

GET /api/rest/customer/v1/termination-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
vendor-price-eq Vendor-price-eq
vendor-price-gt Vendor-price-gt
vendor-price-lt Vendor-price-lt

Request

Headers

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

Route

GET /api/rest/customer/v1/termination-active-calls?account-id=5fe7a5ce-82ab-11f1-8bff-7a20efe65af3&from-time=2026-07-17T13%3A19%3A58Z

Query Parameters

account-id: 5fe7a5ce-82ab-11f1-8bff-7a20efe65af3
from-time: 2026-07-17T13:19:58Z

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/"7dbc17530ecaf6083be2df7a949b1c9a"
cache-control: max-age=0, private, must-revalidate
x-request-id: 291ff35a-2a36-4307-bf33-5e8735902d7e
x-runtime: 0.011295
content-length: 76

Status

200 OK

Body

{
  "data": {
    "t": [
      1734700000,
      1734700060,
      1734700120
    ],
    "calls": [
      5,
      3,
      7
    ]
  },
  "rows": 123
}