Routing Global
List
Retrieve a paginated list of Routing Global records. Supports filtering, sorting, and search.
get/api/cp/routing-global
Query parameters
rtp_mode'Relaxed' | 'Strict'
Filter by Rtp Mode
protocol'SIP' | 'SMPP'
Filter by Protocol
stir_shaken_min_attest'A' | 'B' | 'C'
Filter by Stir Shaken Min Attest
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"name": "Example Name",
"tag": "example_tag",
"card_id": 1,
"prefix": "example_prefix",
"revision": 123,
"channels": 123,
"cps": 123,
"cps_buffer": 1,
"max_duration": 123,
"allow_ported": 1,
"transcoding": 1,
"capped": 1,
"tps": 1,
"asr_plus": 1,
"recording": 1,
"recording_duration": 123,
"transcribe": 1,
"transcribe_duration": 123,
"rtp_proxy": 1,
"rtp_mode": "Relaxed",
"timeout": "SIP Ping",
"sip_ping": 1,
"rtp_timeout": 1,
"sip_session_timers": 1,
"fix_ok_cancel_race_uac_bug": 1,
"pre_ring_timeout": 1,
"post_ring_timeout": 1,
"fallthrough": 1,
"carrier_list": "example_carrier_list",
"dialstring": "example_dialstring",
"dialstring_prefix_set_id": 1,
"egress_group_id": 1,
"redirect_uri": "example_redirect_uri",
"redirect_exclude": "example_redirect_exclude",
"reply_map": "example_reply_map",
"capped_rate": 99.99,
"capped_rate_prov": 99.99,
"block_connect_cost": 99.99,
"block_destination_type": "example_block_destination_type",
"spam_scout": 1,
"ipqs": 1,
"override_lcr": "example_override_lcr",
"profit_assurance": 99.99,
"exclude_card": "example_exclude_card",
"lock_card": "example_lock_card",
"sandbox_id": 1,
"scriptforge_timeout": 99.99,
"scriptforge_timeout_action": "example_scriptforge_timeout_action",
"vars": "example_vars",
"protocol": "SIP",
"strategy": "example_strategy",
"remove_allow_inv": 1,
"approved_by": "example_approved_by",
"approved_date": "2025-01-17T10:30:00Z",
"enabled": true,
"auto": 1,
"public_notes": "Sample public_notes text content",
"private_notes": "Sample private_notes text content",
"fraud_profile_id": 1,
"fraud_mode": 1,
"ftc_dnc_report": 1,
"dno": 123,
"inter_customer": 1,
"dnc_list": "example_dnc_list",
"block_dtmf": 1,
"realtime": 1,
"redial_max_count": 10,
"redial_max_period": 1000,
"rtp_codec": "example_rtp_codec",
"stir_shaken_min_attest": "A",
"flags": "example_flags"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.