Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
Phone Calls & CDR Data
Storefronts
Customer Management
VoIP Bundle (Subscriptions)
SIP Account Management
Audio Management
Phone Numbers & Call Routing
Phone Calls & CDR Data
VoIP Phone Short Code
eFax Management
Voicemails & Mailboxes
Caller ID
SIP Trunks
Wallboard Statistics
VoIP Phone Provisioning
Call Queueing
Phone Books
VoIP Phone Speed Dial
Text (SMS) Messaging
Commands to get the cost of making calls from this account
Become a ResellerFilter:
* You will be charged every time this command is run.
Gets the cost to call a specific number.
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
number
String
True
The number you wish to find the cost for, in international format. e.g. '443301226000'
200 Response
{
"result" : {
"charge_increment" : 1,
"connection_cost" : 0.0,
"country_iso" : "GB",
"country_name" : "United Kingdom",
"fax_per_page" : 0.05,
"minimum_charge_period" : 1,
"off_peak_cost" : 0.005,
"peak_cost" : 0.01,
"provider_name" : "BT",
"service_name" : "Mobile",
"weekend_cost" : 0.005
},
"status_code" : 200,
"status_message" : "OK"
}
400 Response
{
"result" : {},
"status_code" : 400,
"status_message" : "Bad Request"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}