Skip to main content

Download CSV of Outbound VoIP Rates

This request returns a CSV with the list of all rates for sending calls to VoIP, targeted by the endpoint type.

get /calls/rates/outbound/voip/{sub_type}/csv

Sample

A sample GET request to get outbound VoIP rates for a partner in the CSV format:

curl -X GET \
'https://api.carrierx.com/core/v2/calls/rates/outbound/voip/conference/csv' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

200 status code and a CSV download.

This request is enabled for Field Filtering.

Path Arguments

ParameterData TypeDescription
sub_type
read only
string

The rate subtype. Values accepted in this field are:

  • conference
  • conference_playback
  • flexml
  • mediator
  • third_party
  • voicemail