Skip to main content

Get Outbound VoIP Rates

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

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

Sample

A sample GET request to get outbound VoIP rates for calls, targeted by the subtype:

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

Response

200 status code with a serialized copy of the Rate object:

{
"active": "yes",
"count": 1,
"effective_date": "2025-08-29T00:00:00.000Z",
"has_more": false,
"items": [
{
"billing_increment": "60",
"billing_minimum": "60",
"country_code": null,
"country_name": null,
"prefix": null,
"price": "0"
}
],
"limit": 1000,
"offset": 0,
"pagination": null,
"partner_sid": "ed437757-002d-4ecc-aa5a-efdf5e50dba0",
"rates_plan": {
"name": "voip_conference_out_zero_rate.txt",
"rates_plan_sid": "0428d20f-7869-4cf5-aa5c-f44f99a19515"
},
"total": 1
}

This request is enabled for Pagination, Result Filtering, and 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