Skip to content

Carriers

A carrier is a wholesale provider whose call data and charges feed into billing. See the Carriers guide for how carriers are used.

/backend/api/v1/carriers/ID - fetch the carrier with the specified ID.

/backend/api/v1/carriers/ - list all carriers.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include carriers with a higher ID
createdSincedatetimeNoOnly include carriers created since the given time
updatedSincedatetimeNoOnly include carriers updated since the given time

/backend/api/v1/carriers/ - add a new carrier. The newly-added carrier will be returned.

/backend/api/v1/carriers/ID - update the carrier with the specified ID. The modified carrier will be returned.

/backend/api/v1/carriers/ID - delete the carrier with the specified ID.

FieldNameTypeDescription
nameNameTextName of the telecommunications carrier
requiredForRunRequired For RunPreset Value(s)Array of billing run names that require this carrier
CDRsInArrearsMonthsCDRs in Arrears (Months)NumberNumber of months that CDRs from this carrier typically arrive in arrears
callCarrierCall CarrierPreset ValueWhether this carrier is used for call services
lineCarrierLine CarrierPreset ValueWhether this carrier is used for line services
featureCarrierFeature CarrierPreset ValueWhether this carrier is used for feature carrier selection
serviceCarrierService CarrierPreset ValueWhether this carrier is used for service provider selection
provisioningAPIUse Provisioning APIPreset Value