Skip to content

Carrier Tariffs

A carrier tariff links a carrier to the wholesale pricing used to estimate what you expect to pay for their calls. See the Carrier Tariffs guide for how they are used.

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

/backend/api/v1/carrierTariffs/ - list all carrier tariffs.

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

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

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

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

FieldNameTypeDescription
carrierCarrierPreset ValueThe primary carrier this tariff configuration applies to
callCarrierCall CarrierPreset ValueThe specific carrier used for call routing with this configuration
numberTypeNumber TypePreset ValueThe number type this carrier tariff configuration applies to
inboundTariffInboundPreset ValueWholesale tariff defining buy costs for inbound calls through this carrier
nationalTariffNationalPreset ValueWholesale tariff defining buy costs for national calls through this carrier
mobileTariffMobilePreset ValueWholesale tariff defining buy costs for mobile calls through this carrier
nongeographicTariffNon-geographicPreset ValueWholesale tariff defining buy costs for non-geographic calls through this carrier
serviceNumbersTariffService NumbersPreset ValueWholesale tariff defining buy costs for service numbers through this carrier
internationalTariffInternationalPreset ValueWholesale tariff defining buy costs for international calls through this carrier
extendedInternationalTariffExtended InternationalPreset ValueWholesale tariff defining buy costs for extended international calls through this carrier
surchargesTariffSurchargesPreset ValueWholesale tariff defining buy costs for surcharges through this carrier
bespokeTariff1Bespoke Tariff 1Preset ValueWholesale tariff defining buy costs for bespoke tariff 1 through this carrier
bespokeTariff2Bespoke Tariff 2Preset ValueWholesale tariff defining buy costs for bespoke tariff 2 through this carrier
locationLookupCarrierUse Dial Strings ForPreset ValueCarrier to use for dial string lookups and location-based routing
idCarrier Tariff IDTextThe unique identifier for this carrier tariff configuration