Change Updates

Do not miss any Trunking API changes, ever again

Subscribe to the Trunking API changelog to be up to date on recent changes.

RSS

Jul 29, 2025

main
1.0.0
Compare
1.0.0

API structure has changed

Next change
15 structure changes including:
15 Modifications
Modified 15 Breaking
GET /v1/Trunks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trunks property Modified
        • transfer_mode, transfer_caller_id properties Modified
          • Type went from string | null to string
            Breaking
        • symmetric_rtp_enabled property Added
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • transfer_mode, transfer_caller_id properties Modified
        • Type went from string | null to string
          Breaking
      • symmetric_rtp_enabled property Added
GET /v1/Trunks/{TrunkSid}/CredentialLists
  • Response
  • 200 response Modified
    • application/json content type Modified
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{TrunkSid}/IpAccessControlLists
  • Response
  • 200 response Modified
    • application/json content type Modified
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{TrunkSid}/OriginationUrls
  • Response
  • 200 response Modified
    • application/json content type Modified
      • origination_urls property Modified
        • weight, priority properties Modified
          • Type went from integer | null to integer
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{TrunkSid}/OriginationUrls/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • weight, priority properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Trunks/{TrunkSid}/PhoneNumbers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone_numbers property Modified
        • address_requirements property Modified
          • Type went from string | null to string
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{TrunkSid}/PhoneNumbers/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • address_requirements property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Trunks/{TrunkSid}/Recording
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mode, trim properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Trunks
  • Response
  • 201 response Modified
    • application/json content type Modified
      • transfer_mode, transfer_caller_id properties Modified
        • Type went from string | null to string
          Breaking
      • symmetric_rtp_enabled property Added
POST /v1/Trunks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • transfer_mode, transfer_caller_id properties Modified
        • Type went from string | null to string
          Breaking
      • symmetric_rtp_enabled property Added
POST /v1/Trunks/{TrunkSid}/OriginationUrls
  • Response
  • 201 response Modified
    • application/json content type Modified
      • weight, priority properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Trunks/{TrunkSid}/OriginationUrls/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • weight, priority properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Trunks/{TrunkSid}/PhoneNumbers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • address_requirements property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Trunks/{TrunkSid}/Recording
  • Response
  • 202 response Modified
    • application/json content type Modified
      • mode, trim properties Modified
        • Type went from string | null to string
          Breaking