Carriers

list voip carriers

get/VoipCarriers

Response

list of voip carriers

voip_carrier_sidstring uuid required
namestring required
descriptionstring
account_sidstring uuid
application_sidstring uuid
e164_leading_plusboolean
requires_registerboolean
register_usernamestring
register_sip_realmstring
register_passwordstring
tech_prefixstring
inbound_auth_usernamestring
inbound_auth_passwordstring
diversionstring
is_activeboolean
smpp_system_idstring
smpp_passwordstring
smpp_inbound_system_idstring
smpp_inbound_passwordstring
smpp_enquire_link_intervalinteger

Example response

[
  {
    "voip_carrier_sid": "da6bc389-62fb-123e-209c-4201ac180045",
    "name": "my carrier"
  }
]

Changes