Carriers

get all carriers for an account

get/Accounts/{AccountSid}/VoipCarriers

Response

carrier listing

service_provider_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
diversionstring
is_activeboolean
smpp_system_idstring
smpp_passwordstring
smpp_inbound_system_idstring
smpp_inbound_passwordstring
smpp_enquire_link_intervalinteger
trunk_type'static_ip' | 'auth' | 'reg'

The type of trunk to create, see the guide for details

inbound_auth_usernamestring

username for an auth trunk

inbound_auth_passwordstring

password for an auth trunk

voip_carrier_sidstring uuid

Example response

[
  {
    "service_provider_sid": "6072f617-6151-4c15-8eb9-74a4967ab701",
    "name": "my carrier"
  }
]

Changes

Changed in 3 of the 27 revisions of this API.3183

    • added the optional property items/allOf[VoipCarrier]/trunk_type to the response with the 200 status

      response-optional-property-added

  • 3b6ab0c106273181See the full diff
    • the items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property items/name from the response with the 200 status

      response-required-property-removed

    • removed the required property items/voip_carrier_sid from the response with the 200 status

      response-required-property-removed

    • removed the optional property items/account_sid from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/application_sid from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/diversion from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/e164_leading_plus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/inbound_auth_password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/inbound_auth_username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/is_active from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/register_password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/register_sip_realm from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/register_username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/requires_register from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/smpp_enquire_link_interval from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/smpp_inbound_password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/smpp_inbound_system_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/smpp_password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/smpp_system_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/tech_prefix from the response with the 200 status

      response-optional-property-removed

    • added VoipCarrier subschema #2 to the items/ response property allOf list for the response status 200

      response-property-all-of-added

    • endpoint added

      endpoint-added