Setup RTP Block

List

Retrieve a paginated list of Setup RTP Block records. Supports filtering, sorting, and search.

get/api/cp/setup/rtp-block

Response

Successful response

idinteger

Id

account_idinteger

Account Id

ipstring ipv4

Ip

cidrstring

Cidr

from_ipinteger

From Ip

to_ipinteger

To Ip

flagsstring[]

Flags

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "ip": "192.168.1.1",
    "cidr": "example_cidr",
    "from_ip": 123,
    "to_ip": 123,
    "flags": "CUSTOMER_IN"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.