API 3 Changelog
The changelog is a list of backwards-incompatible updates in the API.
2022-05-10
/v3/nanpa_prefixes endpoints being added.
BREAKING CHANGE
/v3/did_groups attributelocal_prefix
being removed from response.BREAKING CHANGE
/v3/did_groups filterlocal_prefix
being removed.ENHANCEMENT
/v3/did_groups filternanpa_prefix.id
and filternanpa_prefix.npanxx
added.ENHANCEMENT
/v3/available_dids filternanpa_prefix.id
added.ENHANCEMENT
/v3/orders request attribute items of type DID Order Item Attributes can havenanpa_prefix_id
.ENHANCEMENT
/v3/cities filtering byname
is case insensitive.ENHANCEMENT
/v3/countries filtering byname
is case insensitive.ENHANCEMENT
/v3/did_groups filtering byarea_name
is case insensitive.ENHANCEMENT
/v3/regions filtering byname
is case insensitive.ENHANCEMENT
/v3/areas filtering byname
is case insensitive.BREAKING CHANGE
/v3/identitiesphone_number
attribute changed to allow only digits value.
2021-12-15
BREAKING CHANGE
/v3/trunks being moved to /v3/voice_in_trunks.BREAKING CHANGE
/v3/trunk_groups being moved to /v3/voice_in_trunk_groups.BREAKING CHANGE
/v3/cdr_exports being moved to /v3/exports.Endpoint now allows generating both inbound and outbound CDRs export.
BREAKING CHANGE
/v3/exports result file will be CSV archived in GZIP.BREAKING CHANGE
Callbacks payload for exports being changed:value of
type
attribute is changed toexports
.
BREAKING CHANGE
/v3/exportsexport_type
required attribute being addedto request and response with possible values:
cdr_in
,cdr_out
.
BREAKING CHANGE
/v3/exportsfilters
attribute being removed from response.BREAKING CHANGE
/v3/did_groups filterfeatures
allowed values to be changed tosms_in
,sms_out
,voice_in
,voice_out
,t38
.
BREAKING CHANGE
/v3/did_groups response value offeatures
attribute to be changed tosms_in
,sms_out
,voice_in
,voice_out
,t38
.
BREAKING CHANGE
/v3/available_dids filterdid_group.features
allowed values being changed tosms_in
,sms_out
,voice_in
,voice_out
,t38
.
BREAKING CHANGE
/v3/dids renametrunk_group
relationship tovoice_in_trunk_group
with type
voice_in_trunk_groups
.
BREAKING CHANGE
/v3/dids renametrunks
relationship tovoice_in_trunks
with type
voice_in_trunks
.
/v3/voice_out_trunks endpoints being added.
/v3/voice_out_trunk_regenerate_credentials endpoint being added.
- /v3/voice_in_trunks SIP configuration
additional attributes being added to request and response:
media_encryption_mode
,stir_shaken_mode
,allowed_rtp_ips
.
- /v3/dids filter add filter
did_group.features
with allowed values: sms_in
,sms_out
,voice_in
,voice_out
,t38
.
- /v3/dids filter add filter
Callbacks allow receiving events about /v3/voice_out_trunks status change.
2021-04-19
BREAKING CHANGE
/v3/dids in request and response attributespending_removal
being removed in favor ofbilling_cycles_count
.This attribute allows you to control how many billing cycles DID will leave before being terminated.
null
value means that DID will be renewed infinitely.0
value means that DID will not be renewed.2
value means that DID will be renewed only twice. After each renew value will be decreased by 1 if it is set. Value can be set from0
to999
.
ENHANCEMENT
/v3/orders request attribute items of type DID Order Item Attributes can havebilling_cycles_count
.As result DIDs will be created with
billing_cycles_count
being set to passed value. Same rules apply for this value as for /v3/dids request attribute. By default value will benull
.
BREAKING CHANGE
/v3/did_groups restriction message removed in favor of requirements relationship.ENHANCEMENT
/v3/dids added address_verification relationship.ENHANCEMENT
callbacks attributes added to /v3/order , /v3/cdr_export./v3/proof_types read endpoints being added.
/v3/supporting_document_templates read endpoints being added.
/v3/requirements read endpoints being added.
/v3/identities read, write, and delete endpoints being added.
/v3/addresses read, write, and delete endpoints being added.
/v3/encrypted_files read, write, and delete endpoints being added.
/v3/proofs write, delete endpoint being added.
/v3/permanent_supporting_documents write, delete endpoint being added.
/v3/address_verifications read and write endpoints being added.
/v3/requirement_validations write endpoint being added.
Full list of resources available here.
See Callback details.