Outgoing Active Calls API

get listing

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

Parameters

Name Description
account-id filter by account-id
auth-orig-ip filter by auth-orig-ip
auth-orig-port filter by auth-orig-port
auth-orig-transport-protocol-id filter by auth-orig-transport-protocol-id
connect-time-null filter by connect-time-null
src-name-in-eq filter by src-name-in-eq
src-prefix-in-eq filter by src-prefix-in-eq
dst-prefix-in-eq filter by dst-prefix-in-eq
src-prefix-routing-eq filter by src-prefix-routing-eq
dst-prefix-routing-eq filter by dst-prefix-routing-eq
src-name-in-starts-with filter by src-name-in-starts-with
src-prefix-in-starts-with filter by src-prefix-in-starts-with
dst-prefix-in-starts-with filter by dst-prefix-in-starts-with
src-prefix-routing-starts-with filter by src-prefix-routing-starts-with
dst-prefix-routing-starts-with filter by dst-prefix-routing-starts-with
src-name-in-ends-with filter by src-name-in-ends-with
src-prefix-in-ends-with filter by src-prefix-in-ends-with
dst-prefix-in-ends-with filter by dst-prefix-in-ends-with
src-prefix-routing-ends-with filter by src-prefix-routing-ends-with
dst-prefix-routing-ends-with filter by dst-prefix-routing-ends-with
src-name-in-contains filter by src-name-in-contains
src-prefix-in-contains filter by src-prefix-in-contains
dst-prefix-in-contains filter by dst-prefix-in-contains
src-prefix-routing-contains filter by src-prefix-routing-contains
dst-prefix-routing-contains filter by dst-prefix-routing-contains

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo0MCwiZXhwIjoxNzY3MzU4MDM1fQ.r4ItfME3BLb_SJiWHwURGTAQnX9-PC6wC_yZ7EZduQk
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/outgoing-active-calls?account-id=06b61b60-e7d9-11f0-932e-0a63caf27539

Query Parameters

account-id: 06b61b60-e7d9-11f0-932e-0a63caf27539

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/"61d37454512ec8e024f317acce0f3dc9"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1ca9df0d-eb71-47b6-8f0b-3428e297463c
x-runtime: 0.016931
content-length: 674

Status

200 OK

Body

{
  "data": [
    {
      "snapshot_timestamp": "2025-12-18 15:38:34",
      "start_time": "2025-12-18 15:38:34",
      "connect_time": null,
      "destination_prefix": "123",
      "destination_initial_interval": 1,
      "destination_initial_rate": "2.3",
      "destination_next_interval": 60,
      "destination_next_rate": "3.4",
      "destination_fee": "0.0",
      "src_name_in": "test",
      "src_prefix_in": "456",
      "dst_prefix_in": "678",
      "src_prefix_routing": "333",
      "dst_prefix_routing": "7863",
      "from_domain": "qwe",
      "to_domain": "asd",
      "ruri_domain": "qwe.asd",
      "diversion_in": null,
      "pai_in": null,
      "ppi_in": null,
      "privacy_in": null,
      "rpid_in": null,
      "rpid_privacy_in": null,
      "auth_orig_transport_protocol_id": 123,
      "auth_orig_ip": "10.20.30.40",
      "auth_orig_port": 8888
    }
  ],
  "rows": 123
}