Changes to get all carriers for an account

GET /Accounts/{AccountSid}/VoipCarriers

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. cda83ab34ad01
  2. 3b6ab0c106273181
  3. f31095cd47b91

What changed

    • 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