Change Updates

Do not miss any Twilio Hub changes, ever again

Subscribe to the Twilio Hub changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Wireless API
1.0.0
13 structure changes including:
13 Modifications
Modified 13 Breaking
GET /v1/Commands
  • Response
  • 200 response Modified
    • application/json content type Modified
      • commands property Modified
        • command_mode, transport, status, direction properties 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/Commands/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • command_mode, transport, status, direction properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/RatePlans
  • Response
  • 200 response Modified
    • application/json content type Modified
      • rate_plans property Modified
        • data_limit, national_roaming_data_limit, international_roaming_data_limit 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/RatePlans/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data_limit, national_roaming_data_limit, international_roaming_data_limit properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Sims
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sims property Modified
        • status, reset_status properties 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/Sims/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, reset_status properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/Sims/{SimSid}/DataSessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data_sessions property Modified
        • packets_uploaded, packets_downloaded 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/Sims/{SimSid}/UsageRecords
  • 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/UsageRecords
  • 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
POST /v1/Commands
  • Response
  • 201 response Modified
    • application/json content type Modified
      • command_mode, transport, status, direction properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/RatePlans
  • Body
  • application/x-www-form-urlencoded content type Modified
    • DataLimitStrategy property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data_limit, national_roaming_data_limit, international_roaming_data_limit properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/RatePlans/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data_limit, national_roaming_data_limit, international_roaming_data_limit properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Sims/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, reset_status properties Modified
        • Type went from string | null to string
          Breaking
Voice API
1.0.0
14 structure changes including:
14 Modifications
Modified 14 Breaking
GET /v1/ByocTrunks
  • 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/ConnectionPolicies
  • 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/ConnectionPolicies/{ConnectionPolicySid}/Targets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • targets property Modified
        • priority, weight 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/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • priority, weight properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/DialingPermissions/Countries
  • 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/DialingPermissions/Countries/{IsoCode}/HighRiskSpecialPrefixes
  • 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/IpRecords
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ip_records property Modified
        • cidr_prefix_length property 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/IpRecords/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cidr_prefix_length property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/SourceIpMappings
  • 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
POST /v1/ConnectionPolicies/{ConnectionPolicySid}/Targets
  • Response
  • 201 response Modified
    • application/json content type Modified
      • priority, weight properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • priority, weight properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/DialingPermissions/BulkCountryUpdates
  • Response
  • 201 response Modified
    • application/json content type Modified
      • update_count property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/IpRecords
  • Response
  • 201 response Modified
    • application/json content type Modified
      • cidr_prefix_length property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/IpRecords/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cidr_prefix_length property Modified
        • Type went from integer | null to integer
          Breaking
Video API
1.0.0
32 structure changes including:
5 Additions
27 Modifications
Modified 27 Breaking
POST /v1/Rooms/{Sid}
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 202 response Added
POST /v1/Rooms/{RoomSid}/RecordingRules
  • Response
  • 202 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /v1/Rooms/{RoomSid}/Participants/{Sid}
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 202 response Added
POST /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules
  • Response
  • 202 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /v1/Rooms
  • Body
  • application/x-www-form-urlencoded content type Modified
    • TranscribeParticipantsOnConnect, TranscriptionsConfiguration properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status, type properties Modified
        • Type went from string | null to string
          Breaking
      • max_participants, max_participant_duration, empty_room_timeout, unused_room_timeout properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/RecordingSettings/Default
  • Response
  • 201 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /v1/Compositions
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status, format properties Modified
        • Type went from string | null to string
          Breaking
      • video_layout property Modified
        • Type is now object | null
      • bitrate, duration properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/CompositionSettings/Default
  • Response
  • 201 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /v1/CompositionHooks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • video_layout property Modified
        • Type is now object | null
      • format property Modified
        • Type went from string | null to string
          Breaking
POST /v1/CompositionHooks
  • Response
  • 201 response Modified
    • application/json content type Modified
      • video_layout property Modified
        • Type is now object | null
      • format property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Rooms/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, type properties Modified
        • Type went from string | null to string
          Breaking
      • max_participants, max_participant_duration, empty_room_timeout, unused_room_timeout properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Rooms/{RoomSid}/Recordings/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, type, container_format, codec properties Modified
        • Type went from string | null to string
          Breaking
      • grouping_sids property Modified
        • Type is now object | null
GET /v1/Rooms/{RoomSid}/Recordings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • recordings property Modified
        • status, type, container_format, codec properties Modified
          • Type went from string | null to string
            Breaking
        • grouping_sids property Modified
          • Type is now object | null
      • 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/Rooms/{RoomSid}/Participants/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • kind property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • subscribed_tracks property Modified
        • kind 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/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules
  • Response
  • 200 response Modified
    • application/json content type Modified
      • rules property Modified
        • Type went from array[object(object)] | null to array[object(subscribe-rule)] | null
        • type, all, publisher, track, kind, priority properties Added
GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • kind property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • published_tracks property Modified
        • kind 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/Rooms/{RoomSid}/Participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • participants property Modified
        • status 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/Rooms
  • Response
  • 200 response Modified
    • application/json content type Modified
      • rooms property Modified
        • status, type properties Modified
          • Type went from string | null to string
            Breaking
        • max_participants, max_participant_duration, empty_room_timeout, unused_room_timeout 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/Recordings/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, type, container_format, codec properties Modified
        • Type went from string | null to string
          Breaking
      • grouping_sids property Modified
        • Type is now object | null
GET /v1/Recordings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • recordings property Modified
        • status, type, container_format, codec properties Modified
          • Type went from string | null to string
            Breaking
        • grouping_sids property Modified
          • Type is now object | null
      • 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/Compositions/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, format properties Modified
        • Type went from string | null to string
          Breaking
      • video_layout property Modified
        • Type is now object | null
      • bitrate, duration properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Compositions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • compositions property Modified
        • status, format properties Modified
          • Type went from string | null to string
            Breaking
        • video_layout property Modified
          • Type is now object | null
        • bitrate, duration 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/CompositionHooks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • video_layout property Modified
        • Type is now object | null
      • format property Modified
        • Type went from string | null to string
          Breaking
GET /v1/CompositionHooks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • composition_hooks property Modified
        • video_layout property Modified
          • Type is now object | null
        • format 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
Added 5
POST /v1/Rooms/{RoomSid}/Transcriptions/{Ttid}
POST /v1/Rooms/{RoomSid}/Transcriptions
POST /v1/Rooms/{RoomSid}/Participants/{Sid}/Anonymize
GET /v1/Rooms/{RoomSid}/Transcriptions/{Ttid}
GET /v1/Rooms/{RoomSid}/Transcriptions
Trusthub API
1.0.0
31 structure changes including:
5 Additions
26 Modifications
Modified 26 Breaking
POST /v1/TrustProducts/{TrustProductSid}/Evaluations
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
POST /v1/TrustProducts/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
      • errors property Added
POST /v1/TrustProducts
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
      • errors property Added
POST /v1/SupportingDocuments/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
POST /v1/SupportingDocuments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
POST /v1/CustomerProfiles/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
      • errors property Added
POST /v1/CustomerProfiles/{CustomerProfileSid}/Evaluations
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
POST /v1/CustomerProfiles
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
      • errors property Added
GET /v1/TrustProducts/{TrustProductSid}/Evaluations/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
GET /v1/TrustProducts/{TrustProductSid}/Evaluations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • results property Modified
        • status 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/TrustProducts/{TrustProductSid}/EntityAssignments
  • 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
  • ObjectType, Page, PageToken query parameters Added
GET /v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments
  • 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/TrustProducts/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
      • errors property Added
GET /v1/TrustProducts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • results property Modified
        • status property Modified
          • Type went from string | null to string
            Breaking
        • errors 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/SupportingDocuments/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
GET /v1/SupportingDocuments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • results property Modified
        • status 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/SupportingDocumentTypes
  • 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/Policies
  • 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/EndUsers
  • 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/EndUserTypes
  • 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/CustomerProfiles/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
      • errors property Added
GET /v1/CustomerProfiles/{CustomerProfileSid}/Evaluations/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
GET /v1/CustomerProfiles/{CustomerProfileSid}/Evaluations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • results property Modified
        • status 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/CustomerProfiles/{CustomerProfileSid}/EntityAssignments
  • 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
  • ObjectType, Page, PageToken query parameters Added
GET /v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments
  • 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/CustomerProfiles
  • Response
  • 200 response Modified
    • application/json content type Modified
      • results property Modified
        • status property Modified
          • Type went from string | null to string
            Breaking
        • errors 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
Added 5
POST /v1/ComplianceInquiries/Tollfree/Initialize
POST /v1/ComplianceInquiries/Registration/{RegistrationId}/RegulatoryCompliance/GB/Initialize
POST /v1/ComplianceInquiries/Registration/RegulatoryCompliance/GB/Initialize
POST /v1/ComplianceInquiries/Customers/{CustomerId}/Initialize
POST /v1/ComplianceInquiries/Customers/Initialize
Trunking API
1.0.0
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
Taskrouter API
1.0.0
39 structure changes including:
1 Addition
38 Modifications
Modified 38 Breaking
GET /v1/Workspaces
  • Response
  • 200 response Modified
    • application/json content type Modified
      • workspaces property Modified
        • prioritize_queue_order 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/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Channels
  • Response
  • 200 response Modified
    • application/json content type Modified
      • channels property Modified
        • assigned_tasks, available_capacity_percentage, configured_capacity 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/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Channels/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • assigned_tasks, available_capacity_percentage, configured_capacity properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Reservations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reservations property Modified
        • reservation_status 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/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Reservations/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reservation_status property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Workflows
  • Response
  • 200 response Modified
    • application/json content type Modified
      • workflows property Modified
        • task_reservation_timeout property 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/Workspaces/{WorkspaceSid}/Workflows/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • task_reservation_timeout property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Workflows/{WorkflowSid}/CumulativeStatistics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_entered, tasks_deleted, tasks_moved, tasks_timed_out_in_workflow properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Workflows/{WorkflowSid}/RealTimeStatistics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • longest_task_waiting_age, total_tasks properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Workspaces
  • Response
  • 201 response Modified
    • application/json content type Modified
      • prioritize_queue_order property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Workspaces/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • prioritize_queue_order property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Workspaces/{WorkspaceSid}/TaskQueues
  • Response
  • 201 response Modified
    • application/json content type Modified
      • max_reserved_workers property Modified
        • Type went from integer | null to integer
          Breaking
      • task_order property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • max_reserved_workers property Modified
        • Type went from integer | null to integer
          Breaking
      • task_order property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Workspaces/{WorkspaceSid}/Tasks
  • Body
  • application/x-www-form-urlencoded content type Modified
    • VirtualStartTime, RoutingTarget, IgnoreCapacity, TaskQueueSid properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • age, priority, timeout properties Modified
        • Type went from integer | null to integer
          Breaking
      • assignment_status property Modified
        • Type went from string | null to string
          Breaking
      • virtual_start_time, ignore_capacity, routing_target properties Added
POST /v1/Workspaces/{WorkspaceSid}/Tasks/{Sid}
  • Body
  • application/x-www-form-urlencoded content type Modified
    • VirtualStartTime property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • age, priority, timeout properties Modified
        • Type went from integer | null to integer
          Breaking
      • assignment_status property Modified
        • Type went from string | null to string
          Breaking
      • virtual_start_time, ignore_capacity, routing_target properties Added
POST /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations/{Sid}
  • Body
  • application/x-www-form-urlencoded content type Modified
    • JitterBufferSize property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reservation_status property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Channels/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • assigned_tasks, available_capacity_percentage, configured_capacity properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Reservations/{Sid}
  • Body
  • application/x-www-form-urlencoded content type Modified
    • JitterBufferSize property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reservation_status property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Workspaces/{WorkspaceSid}/Workflows
  • Response
  • 201 response Modified
    • application/json content type Modified
      • task_reservation_timeout property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Workspaces/{WorkspaceSid}/Workflows/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • task_reservation_timeout property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • prioritize_queue_order property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Activities
  • 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/Workspaces/{WorkspaceSid}/CumulativeStatistics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_created, tasks_deleted, tasks_moved, tasks_timed_out_in_workflow properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Events
  • 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/Workspaces/{WorkspaceSid}/RealTimeStatistics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • longest_task_waiting_age, total_tasks, total_workers properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/TaskChannels
  • 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/Workspaces/{WorkspaceSid}/TaskQueues
  • Response
  • 200 response Modified
    • application/json content type Modified
      • task_queues property Modified
        • max_reserved_workers property Modified
          • Type went from integer | null to integer
            Breaking
        • task_order 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
  • Ordering, Page, PageToken query parameters Added
GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/Statistics
  • 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/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • max_reserved_workers property Modified
        • Type went from integer | null to integer
          Breaking
      • task_order property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/CumulativeStatistics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_deleted, tasks_entered, tasks_moved properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/RealTimeStatistics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • longest_task_waiting_age, longest_relative_task_age_in_queue, total_available_workers, total_eligible_workers, total_tasks properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Tasks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • tasks property Modified
        • age, priority, timeout properties Modified
          • Type went from integer | null to integer
            Breaking
        • assignment_status property Modified
          • Type went from string | null to string
            Breaking
        • virtual_start_time, ignore_capacity, routing_target properties Added
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • RoutingTarget, Page, PageToken query parameters Added
GET /v1/Workspaces/{WorkspaceSid}/Tasks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • age, priority, timeout properties Modified
        • Type went from integer | null to integer
          Breaking
      • assignment_status property Modified
        • Type went from string | null to string
          Breaking
      • virtual_start_time, ignore_capacity, routing_target properties Added
GET /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reservations property Modified
        • reservation_status 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
  • WorkerSid, Page, PageToken query parameters Added
GET /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reservation_status property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Workers
  • 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
  • Ordering, Page, PageToken query parameters Added
GET /v1/Workspaces/{WorkspaceSid}/Workers/CumulativeStatistics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Workspaces/{WorkspaceSid}/Workers/RealTimeStatistics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • total_workers property Modified
        • Type went from integer | null to integer
          Breaking
Added 1
POST /v1/Workspaces/{WorkspaceSid}/TaskQueues/RealTimeStatistics
Sync API
1.0.0
23 structure changes including:
23 Modifications
Modified 23 Breaking
GET /v1/Services
  • Response
  • 200 response Modified
    • application/json content type Modified
      • services property Modified
        • reachability_debouncing_window property 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/Services/{ServiceSid}/Documents
  • Response
  • 200 response Modified
    • application/json content type Modified
      • documents property Modified
        • data property Modified
          • Type is now object | null
      • 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/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions
  • 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/Services/{ServiceSid}/Documents/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • Type is now object | null
GET /v1/Services/{ServiceSid}/Lists
  • 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/Services/{ServiceSid}/Lists/{ListSid}/Items
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • index property Modified
          • Type went from integer | null to integer
            Breaking
        • data property Modified
          • Type is now object | null
      • 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/Services/{ServiceSid}/Lists/{ListSid}/Items/{Index}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • index property Modified
        • Type went from integer | null to integer
          Breaking
      • data property Modified
        • Type is now object | null
GET /v1/Services/{ServiceSid}/Lists/{ListSid}/Permissions
  • 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/Services/{ServiceSid}/Maps
  • 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/Services/{ServiceSid}/Maps/{MapSid}/Items
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • data property Modified
          • Type is now object | null
      • 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/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • Type is now object | null
GET /v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions
  • 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/Services/{ServiceSid}/Streams
  • 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/Services/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reachability_debouncing_window property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Services
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reachability_debouncing_window property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Services/{ServiceSid}/Documents
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • Type is now object | null
POST /v1/Services/{ServiceSid}/Documents/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • Type is now object | null
POST /v1/Services/{ServiceSid}/Lists/{ListSid}/Items
  • Response
  • 201 response Modified
    • application/json content type Modified
      • index property Modified
        • Type went from integer | null to integer
          Breaking
      • data property Modified
        • Type is now object | null
POST /v1/Services/{ServiceSid}/Lists/{ListSid}/Items/{Index}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • index property Modified
        • Type went from integer | null to integer
          Breaking
      • data property Modified
        • Type is now object | null
POST /v1/Services/{ServiceSid}/Maps/{MapSid}/Items
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • Type is now object | null
POST /v1/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • Type is now object | null
POST /v1/Services/{ServiceSid}/Streams/{StreamSid}/Messages
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • Type is now object | null
POST /v1/Services/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reachability_debouncing_window property Modified
        • Type went from integer | null to integer
          Breaking
Supersim API
1.0.0
24 structure changes including:
2 Additions
22 Modifications
Modified 22 Breaking
POST /v1/SmsCommands
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status, direction properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Sims/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
  • 202 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Sims
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
POST /v1/IpCommands
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status, direction, payload_type properties Modified
        • Type went from string | null to string
          Breaking
      • device_port property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Fleets/{Sid}
  • Body
  • application/x-www-form-urlencoded content type Modified
    • DataLimit property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data_limit property Modified
        • Type went from integer | null to integer
          Breaking
      • data_metering property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Fleets
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data_limit property Modified
        • Type went from integer | null to integer
          Breaking
      • data_metering property Modified
        • Type went from string | null to string
          Breaking
POST /v1/ESimProfiles
  • Body
  • application/x-www-form-urlencoded content type Modified
    • GenerateMatchingId property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
      • matching_id, activation_code properties Added
GET /v1/UsageRecords
  • 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/SmsCommands/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, direction properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/SmsCommands
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sms_commands property Modified
        • status, direction properties 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/Sims/{SimSid}/BillingPeriods
  • Response
  • 200 response Modified
    • application/json content type Modified
      • billing_periods property Modified
        • period_type 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/Sims/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Sims
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sims property Modified
        • status 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/Networks
  • 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/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks
  • 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/NetworkAccessProfiles
  • 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/IpCommands/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, direction, payload_type properties Modified
        • Type went from string | null to string
          Breaking
      • device_port property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/IpCommands
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ip_commands property Modified
        • status, direction, payload_type properties Modified
          • Type went from string | null to string
            Breaking
        • device_port property 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/Fleets/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data_limit property Modified
        • Type went from integer | null to integer
          Breaking
      • data_metering property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Fleets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fleets property Modified
        • data_limit property Modified
          • Type went from integer | null to integer
            Breaking
        • data_metering 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/ESimProfiles/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
      • matching_id, activation_code properties Added
GET /v1/ESimProfiles
  • Response
  • 200 response Modified
    • application/json content type Modified
      • esim_profiles property Modified
        • status property Modified
          • Type went from string | null to string
            Breaking
        • matching_id, activation_code properties 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
Added 2
GET /v1/Sims/{SimSid}/IpAddresses
GET /v1/SettingsUpdates
Serverless API
1.0.0
16 structure changes including:
16 Modifications
Modified 16 Breaking
GET /v1/Services
  • 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/Services/{ServiceSid}/Assets
  • 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/Services/{ServiceSid}/Assets/{AssetSid}/Versions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • asset_versions property Modified
        • visibility 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/Services/{ServiceSid}/Assets/{AssetSid}/Versions/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • visibility property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Services/{ServiceSid}/Builds
  • Response
  • 200 response Modified
    • application/json content type Modified
      • builds property Modified
        • status, runtime properties 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/Services/{ServiceSid}/Builds/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, runtime properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/Services/{ServiceSid}/Builds/{Sid}/Status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Services/{ServiceSid}/Environments
  • 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/Services/{ServiceSid}/Environments/{EnvironmentSid}/Deployments
  • 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/Services/{ServiceSid}/Environments/{EnvironmentSid}/Logs
  • 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/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables
  • 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/Services/{ServiceSid}/Functions
  • 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/Services/{ServiceSid}/Functions/{FunctionSid}/Versions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • function_versions property Modified
        • visibility 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/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • visibility property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Services/{ServiceSid}/Builds
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status, runtime properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Deployments
  • Body
  • application/x-www-form-urlencoded content type Modified
    • IsPlugin property Added
Proxy API
1.0.0
25 structure changes including:
5 Breaking changes
20 Modifications
5 Removals
Modified 20 Breaking
DELETE /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid}
  • Response
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
GET /v1/Services
  • Response
  • 200 response Modified
    • application/json content type Modified
      • services property Modified
        • default_ttl property Modified
          • Type went from integer | null to integer
            Breaking
        • number_selection_behavior, geo_match_level properties 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/Services/{ServiceSid}/PhoneNumbers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone_numbers property Modified
        • in_use property 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/Services/{ServiceSid}/PhoneNumbers/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • in_use property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Services/{ServiceSid}/Sessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sessions property Modified
        • status, mode properties Modified
          • Type went from string | null to string
            Breaking
        • ttl property 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/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • interactions property Modified
        • type, inbound_resource_status, outbound_resource_status properties 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/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type, inbound_resource_status, outbound_resource_status properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants
  • 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/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{ParticipantSid}/MessageInteractions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • interactions property Modified
        • type, inbound_resource_status, outbound_resource_status properties 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/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{ParticipantSid}/MessageInteractions/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type, inbound_resource_status, outbound_resource_status properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/Services/{ServiceSid}/Sessions/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, mode properties Modified
        • Type went from string | null to string
          Breaking
      • ttl property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Services/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • default_ttl property Modified
        • Type went from integer | null to integer
          Breaking
      • number_selection_behavior, geo_match_level properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Services
  • Response
  • 201 response Modified
    • application/json content type Modified
      • default_ttl property Modified
        • Type went from integer | null to integer
          Breaking
      • number_selection_behavior, geo_match_level properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Services/{ServiceSid}/PhoneNumbers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • in_use property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Services/{ServiceSid}/PhoneNumbers/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • in_use property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Services/{ServiceSid}/Sessions
  • Body
  • application/x-www-form-urlencoded content type Modified
    • FailOnParticipantConflict property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status, mode properties Modified
        • Type went from string | null to string
          Breaking
      • ttl property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants
  • Body
  • application/x-www-form-urlencoded content type Modified
    • FailOnParticipantConflict property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
POST /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{ParticipantSid}/MessageInteractions
  • Response
  • 201 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /v1/Services/{ServiceSid}/Sessions/{Sid}
  • Body
  • application/x-www-form-urlencoded content type Modified
    • FailOnParticipantConflict property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, mode properties Modified
        • Type went from string | null to string
          Breaking
      • ttl property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Services/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • default_ttl property Modified
        • Type went from integer | null to integer
          Breaking
      • number_selection_behavior, geo_match_level properties Modified
        • Type went from string | null to string
          Breaking
Removed 5 Breaking
DELETE /v1/Services/{ServiceSid}/ShortCodes/{Sid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /v1/Services/{ServiceSid}/ShortCodes
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /v1/Services/{ServiceSid}/ShortCodes/{Sid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/Services/{ServiceSid}/ShortCodes
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/Services/{ServiceSid}/ShortCodes/{Sid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking