Skip to main content

Get Inbound VoIP Rates

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

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

Sample

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

curl -X GET \
'https://api.carrierx.com/core/v2/calls/rates/inbound/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": "99953792-bd20-4ed0-a523-8c22788f15v6",
"rates_plan": {
"name": "voip_conference_in_zero_rate.txt",
"rates_plan_sid": "141e0b1f-ac9b-4347-bd44-cfaef65e6f93"
},
"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